10,992 Topics
![]() | |
hai all, i have created a vb project and stored data into a databse named faculty. now i want to extract the details from the database. the fields included in the table are slno,faculty,subject,batch,ctr1...ctr6,overall per... my requirement is when i selected any one of the faculty then the report will … | |
Hello all; I'm using VB5 and Crystal report 4.1. My problem is how to add a line (or delete a line), in execution mode, from a report. Is there someone who can help me; Thanks | |
Hi all, I am trying to display some data using Crystal reports in regional indian language "Marathi" my backend is oracle , and am using "ISM" made by CDAC to enter the data in "Marathi".But while displyaing the data on Crystal report , some of the charecters are not been … | |
I hope this is the correct forum to post this. Wondering if anyone could help... On a form a continuous record list is displayed as results of running a QUERY. While this QUERY is displayed, I’d like to filter it. QUERY would display on a FORM showing: (customer: being the … | |
can i get the VB codes for serial to parallel conversion please... | |
Hi people. I've been writing a little application and I want the user to be able to exit a form by pressing ESC key. I have tried a this so far but no joy: [code] Private Sub frmMenu_KeyPress(KeyAscii As Integer) If KeyAscii = 27 Then KeyAscii = 0 End End … | |
How do you add columns in list boxes so u can have sortable sections for us in a database project | Column 1 | Column 2 | Column 3| |-----------------------------------------| | Data here | Datahere | DataHere | ______________________________ | |
Ok... I am making a frogger game and I have 3 Timers... 2 of them have 1 cars and 1 timer with 2 cars. Each time the timer goes through its cycle it declares the position of the car. Then Calls a function. The timer with the two cars Calls … | |
Hi guys, i am new to the VB and i need help please ;) Here's my problem: I am required to find out the properties and codes of a box moving. I'm given directional arrows,a "random" button and a "start"button. When i click the start button, the box moves in … | |
please freinds can you help me to find a french PDF tutorial for VB if you have any site please post it to me he URL thank you all | |
Im havin noobie problems like making OK and Cancel buttons any help please lol?.. also how do u go about makin seperate dialog boxes so that when i click on New Entry it opens a "New Entry" Dialog? | |
does someone know of anywhere i can find tutorials 4 VB 6? I'm on vacation, so i have plenty of time to hang around, and i would love to learn VB the way it's suposed, since at college i had a teacher that was a total jerk, so... plz someone … | |
Actually I have a lot more questions than this about this application that I'm working on, but this will at least get me started. I'm trying to get my app to look for a specific filename (C:\test.txt) we'll say. Every 100ms. Once the file exists, I want to run a … | |
In VB6 How do u add tabs? and also how do u add those box thingies for e.g |-------------------------------------------------| |[U] Name | Sex | Age |[/U] [U]| Mary | F | 18 |[/U] [U]| James | M | 22 |[/U] [U]| Jane | F | 104 |[/U] bad example but … | |
Hello everyone, I am searching for help with a current problem involving MS Access and VB6. My situation is this: I have a (rather large) program written in VB6 that uses an MS Access database. I have user-level security implemented on the database itself, which (though a not-often used capability) … | |
I am try to create a couter that will show seconds and minutes. I need the counter to start at 0 seconds and 0 minutes. I made a label to display the the counter and named it Label1. I also have the timer object called Timer1. I think I might … | |
![]() | I need to add registry keys and replace registry keys inside a vbs script...I started one...and it executes fine. However, I want to append "M:\MLS\bin" portion to the end of the existing key...as you may guess, I don't want to overwrite all my PATH environmental variables...but that is what is … |
Hello, I'm trying to create a multiplication table using For/Next loops in Visual Basic 6.0 for my beginning programming class, and I am totally lost and don't know what to do. Could anyone help me? It's supposed to be created using For/Next loops and other nested loops within the For/Next … | |
I am trying to open powerpoint slide through webbrowser using vb6 when i use ppt2003 this piece of code works : WebBrowser1.Navigate2 "D:\Documents and Settings\testers\Desktop\ComparePPT\newgrp.ppt" WebBrowser1.AddressBar = True this opens the ppt file in the web browser. But if i try the same code in powerpoint 2007 WebBrowser1.Navigate2 "D:\Documents and … | |
I have been using a call to SHBrowseForFolder to select a folder where the user can Load or Save files. We have a request to allow the user to create a new directory to save files. Is there a call to something similar to SHBrowseForFolder but one that allows a … | |
I was wondering, why is there alot more things like (button, textbox, tree-view and mroe) in 2005 then VB 6? is that all there is in vb6 or is there more? | |
Hi everybody, Help PLEASE!! I'm sure it something simple but I can't seem get my mind around it right now. I am exporting [URL="http://database.ittoolbox.com/groups/technical-functional/access-l/copy-excel-sheet-to-a-preexisting-workbook-1428747#"]data[/URL] from a current access form to an excel spreadsheet then I am copying that data to an existing excel workbook where the data will be used … | |
Dears im petroleum engineer i want to create a program that enables the user to draw a pipeline system which consists of pipeline segments,pumping station,valves etc... i want the user to draw the pipeline segment on a form as (line or arrow) and let this ([U]line or arrow[/U]) be an … | |
I am trying to make a game using VB... I am making frogger... and when he is on the grass I want the colour around the frog to be green then grey when he is on the road... so instead of setting the colour for each of them and having … | |
in the properties window of the data control after i select the databasename, when i click the recordsource a dialog box appears which says "unrecognized database format".. what would be the problem? | |
Hi, I have written an application using a MDI. This is working well. Within the toolbar it has over 10 buttons each opening a different window within the MDI. In the future I will be adding more to the application. My question is, is it possible to create an application … | |
hey all. I have self taught myself VB.net and VB6 but want to expand my knowledge. Can anyone reference any good intermediate Books for VB6 And/Or VB.net? | |
I need to read "Title tag" and "original date"of pictures. I installed WIAaut.dll and put Commondialog on form. :'( I can read all items from the Img.Properties with a loop. It is difficult to find out how to get only the "Title tag" and "DateTimeOriginal". | |
I was given an unused copy of Visual Basic 4 as a gift. Is it possible to upgrade this to Visual Basic 6? I've already searced MicrosSoft's web site, but I couldn't find any info about this. | |
I am processing word documents and would like to move the files to a new location after processing. What code do I use to move file from one directory to another. |
The End.