| Thread | Last Post | Replies |
|
| How to call Internet Explorer in VB 6.0 ? | 10 Aug 2005 07:05 GMT | 1 |
Hello all, Is there anyone knows how to call Internet explorer via VB with the address as the parameter? Could you show me the code please ? Thx
|
| VB REFRESH CODE | 10 Aug 2005 06:44 GMT | 3 |
Can someone give me the code to REFRESH a web site from Visual basic. Thnaks Ian M
|
| still having speed issues with ms dbengine... | 10 Aug 2005 00:31 GMT | 1 |
I know I don't have much experience working with msJet but I can't believe that it's so slow. It can take up to 4 seconds for my grid to reflect the changes made by a routine. There are only 3 field in the table and only 8 records.
|
| file splitting function in visual basic | 10 Aug 2005 00:21 GMT | 6 |
Hi,i need a help, i need to load a file in to the data base, but the file size is in the order of GB's and so the application is getting stuck, so i need to split the file and keep itin the folder from where it is loaded to database.So could u suggest a function in Visual Basic
|
| run my program as service in vb6 | 09 Aug 2005 14:13 GMT | 7 |
How do I create a program to run as a service in vb6? Pref. free or very cheap? with a demo version that I can test?
|
| Flex Grid text entry | 09 Aug 2005 13:21 GMT | 2 |
I am using the Microsoft FlexGrid 6.0 Control in an application. Is there any way to let users click a cell and insert their own text?
|
| HELP! column number | 09 Aug 2005 08:27 GMT | 3 |
i have this sheridan datagrid. I just want to know the number of the column on which i (double)clicked. I thought the ssdbgrid.col should provide that value, but the only result i get from that is -1.
|
| lowest cost software? | 09 Aug 2005 08:19 GMT | 18 |
I would like to get into programming for Windows but am confused as to the best/lwoest price way to start. I am looking for software which would licence me to sell the code. What is the lowest price entry software for Microsoft software?
|
| why is microsoft database engine so slooooowwwww? | 08 Aug 2005 18:27 GMT | 1 |
win98, VB5, I create my mdb database with my own code. Here is just a small part of the code that I use to create that database: Set wDATA = DBEngine.CreateWorkspace("", "Admin", "", dbUseJet)
|
| Not returning from a call to a procedure | 08 Aug 2005 13:42 GMT | 4 |
Is there anyway I can stop a return from a procedure? I want to call a procedure by not return to where the procedure was called from. I'm converting a Quick Basic program that has many goto jumps so I
|
| Couple of Help File Questions | 08 Aug 2005 12:38 GMT | 1 |
I'm using the VB Help Workshop and VB 6 for a little learning project. When I open my help file it pretty much fills the screen. Is there any way to control the size of this page upon opening? And while I'm at it - anyway to control the background color. Seems I've gotten use to ...
|
| How do you find user's My Documents folder | 08 Aug 2005 01:55 GMT | 9 |
In the application that I am writing, I want to open a file that will be in the current user's My Documents folder. The question is: How do I determine where the user's My Documents folder is, so I can give the file open statement a valid path and file name?
|
| Anyone have any code to select a text file (and the like) & send it directly to the printer spooler for printing? | 08 Aug 2005 01:52 GMT | 1 |
|
| how can I avoid my popup menu with a right click? | 07 Aug 2005 22:14 GMT | 1 |
Win98, VB5... When I right click on a control (located on my form), the following code pops up a menu. Form1.PopupMenu mnuOPT
|
| Why is SavePicture bitmap always 1280 x 1024? | 07 Aug 2005 19:22 GMT | 1 |
I thought of trying to rewrite the labels on the forms before SavePicture. The bitmaps saved by SavePicture Image, "filename" are always 1280 by 1024 irrespective of the size of the form. Is there a way to change this?
|