| Thread | Last Post | Replies |
|
| Need to activate a subroutine in a sheet, from a module within the same project. | 31 Jul 2004 20:12 GMT | 1 |
I know this must be very simple, but I've trieds lots of things and had no luck. I have a sheet with a macro in {Sheet4(manual_check)} is what it's called, and need to call a routine called Running, or click a button on that sheet called RunIt. I have declared both as public
|
| Default Folder | 31 Jul 2004 18:12 GMT | 4 |
How can I change the default "save to" folder when saving files in VB?
|
| How to open a specific topic of an HTML help file from VB | 31 Jul 2004 16:08 GMT | 7 |
How do you open a specific topic of an HTML Help file from a VB program? I have written .hlp style helpfiles before but am new to writing .chm HTMLHelp files. If you wrote the old style .hlp files you could assign a topic ID to each
|
| Winders Header Files | 31 Jul 2004 15:32 GMT | 3 |
Is there somewhere I can download just one or two header files, ie: The two main ones Under-> Windows.h Problems: 1) searched and searched but no can find unless I down load some SDK that's
|
| Contect menu new | 31 Jul 2004 13:17 GMT | 1 |
I wrote A program that can have multyple datafiles (like Excel, word,...). Now I want to expand the contect Menu New (right click on an empty space in the explorer or desktop); I can Make a default file in the template dir but what do I need to set in
|
| Seeking a plain and simple control for dynamic menus | 31 Jul 2004 12:03 GMT | 7 |
I'm looking for a plain and simple control for defining custom/dynamic menus at runtime. I'm not needing any thrills like icons, background colors/images etc., just a simple, easy to program, menu control. I've already looked at several places, but all the ones that I did found were
|
| Calculating Total on Form w/o Button Event | 30 Jul 2004 23:42 GMT | 15 |
Maybe someone can help me with this... I have a form with, let's say, 10 text boxes on it. The user enters numeric values into each box and the TOTAL box at the bottom shows the total.
|
| VB6 SP6 still has a ADO memoty leak?! | 30 Jul 2004 22:50 GMT | 3 |
I thought the ADO memory leak in VB6 was fixed in SP6. I am still getting memory leaks using ADO in an activeX dll. Is there any solution to this? Eric
|
| Mscomm control | 30 Jul 2004 22:37 GMT | 1 |
How many ports can Mscomm handle. Is there a limitation to the number of ports? If I have a virtual port, say number 255, can Mscomm handle it?
|
| Select A dir | 30 Jul 2004 21:11 GMT | 21 |
I neeed to select a directory in my program. How can i do that. I work with a commondialog and I use for a filename .ExportFile.ShowOpen or
|
| ComboBox DblClick | 30 Jul 2004 19:59 GMT | 2 |
I want to be able to dblclick on a combobox and pop up another form. The combobox is in dropdown mode. By default, dbl clicking on the combobox just selects the text. I need to override that. How do I do that?
|
| large variable in VB6 | 30 Jul 2004 19:47 GMT | 10 |
I have a function that accepts as one of its parameters, a string variable. The string variable is a connection string (which as you can imagine, connection strings can be very long). Anyhow, the connection string is over 300 chars long but get truncated at about
|
| Program Using MSCOMM Control | 30 Jul 2004 18:25 GMT | 1 |
I am trying to write a program that can recognize signals sent from remote control and received from a USB IrDA receiver. Is it possible to use MSCOMM control to accomplish this (especially the IrDA receiver is using USB instead of serial port)? Sample code is appreciated (even
|
| Can one use 'Copy' and 'Paste' in vb with the name file in the Clipbord from the Explorer of Windows? | 30 Jul 2004 17:59 GMT | 2 |
Can one use the 'Copy' and 'Paste' command in vb with the name file in the Clipbord that come from the Explorer of Windows? Raymond H.
|
| VB6 over VB5 advantages? | 30 Jul 2004 16:14 GMT | 6 |
I'm totally familiar with VB5 but am considering moving to VB6 soon. However, I am a little apprehensive as to what difficulties, if any, are ahead. To those that have progressed..
|