| Thread | Last Post | Replies |
|
| Serial Number | 12 Aug 2003 14:11 GMT | 1 |
Hey all i wonder if anybody is able to give some advice how to write a serial nuber generator in vb. Thanx your help will be appreciated Thanx Johan
|
| launching another form from a command button | 10 Aug 2003 16:57 GMT | 6 |
What code do you write to launch a new form(custdata.Frm) from a command button in the the first form? Thanks. James
|
| Street address parsing | 08 Aug 2003 16:36 GMT | 13 |
Has anyone developed a street address parsing subroutine or set of code that parses the complete street name? I need to parse the street name that is entered into about 5 components (North America)
|
| Command Button Picture Property? | 06 Aug 2003 19:30 GMT | 4 |
I want to set some command buttons to ICO and BMP images, but can't seem to get the picture property to show the images. Can some one point out what I'm missing? Thanks.
|
| Priter Escape Codes with VB6 | 05 Aug 2003 14:28 GMT | 1 |
I need to send an the Printer an Escape Code to change the Line hight from 6 to 8 lines per inch (Esc&l6C). Had no trouble doing it with Win32 API but this is to fix an app totally coded using the Printer Object which changes the
|
| update | 05 Aug 2003 04:40 GMT | 1 |
i have vb6 and as db access, with data control in my db i have 1 table : "table1" has 3 fields ("code" , "name" , "number") in my app i have 4 textbox the first 3 sowing the contents of my db.
|
| reports without database ? | 01 Aug 2003 22:22 GMT | 3 |
Iam trying to figure out how to generate reports using VB and may be one its tools, without using database at all, the trouble is that iam having an application in which i dont really need to store data in the database, iam doing so that i can generate reports using crystal ...
|
| How to get the index value of a item in a comboBox? | 01 Aug 2003 10:15 GMT | 1 |
there are some item in a combobox(or a listbox) I know a name of a item ,then how can I get the index property value of this item? Is there some method or function to do this?
|
| Passing an array of strings to a C DLL | 01 Aug 2003 10:06 GMT | 4 |
Hi, I've compiled a Win32 DLL and now I'm trying to access the function from inside VB6 SP5. The C function looks like this: int myFunction(int argc, char *argv[])
|
| report designer - vb | 01 Aug 2003 05:28 GMT | 2 |
i have created the report (report1) through "report designer" now i have a form (form1) with one button (button1) i want when the user click the button to "call" report1 what code should i use?
|
| Detail section in a form | 01 Aug 2003 02:23 GMT | 1 |
I'm trying to add code in Form-Load subroutine for the Detail section of a form. Can anyone tell me what is the syntax of specifying the Detail section of a Form. Co'z the code I put is
|