| Thread | Last Post | Replies |
|
| Passing a class to a form | 24 Aug 2004 15:09 GMT | 2 |
On form 1 I have a class Private clsMember as clsMember set clsMember = new clsMember I populate the member fields of the class
|
| VB form events | 24 Aug 2004 14:49 GMT | 4 |
I want to know how can I trace what all events are fired in a VB application, ie, between my form Hide and Show.......what all events are fired ? Please help.
|
| Retrieve data from resource file in VB | 24 Aug 2004 13:44 GMT | 1 |
In my project, there is a requirement to show a bitmap image in the pull down menu items. This bmp is already there at the harddisk. I now need to store it in resource file.....so that it is not dependent on the machine's harddisk.
|
| Scanning | 23 Aug 2004 09:01 GMT | 3 |
I have a HP Scanner that I wish to control using VB. I would like to scan documents using VB . Is this possible? Is so, how could I go about it? Thanks you in advance for your replies vince
|
| Hi, | 20 Aug 2004 12:11 GMT | 1 |
I'm using VB 6.0 and Access database using ADO. In my computer everything works fine but in my client's computers. The program end's without any error messages. I was able to make it work by putting some info messages in the middle of the code. Once the messages are
|
| Memory Usage of Program | 20 Aug 2004 09:42 GMT | 14 |
From the Windows task manager, I notice that my long-lived VB6 program process keeps eating more and more RAM. On day 1, it starts up with 12MB memory allocated. Then it runs 24x7. 3 days later, it has already taken up 72MB of memory!!
|
| How to use pass and receive parameter from an exe | 17 Aug 2004 05:54 GMT | 1 |
I want to pass and receive parameter from an exe yogesh
|
| VB6 and Word | 16 Aug 2004 16:49 GMT | 1 |
Hi all, I need to replace words and phrases in a word (xp) document, can anyone give me a helping start? Cheers, Tull.
|
| Form level Public Variables | 16 Aug 2004 06:17 GMT | 2 |
I was hoping some one could give me a good reason not to use Form level Public variables. I cant think of a reason why I shouldn't. The reason I want to use them is that I have a few almost generic forms in
|
| VB .Net 2003 Licenses | 15 Aug 2004 02:06 GMT | 2 |
After looking up Microsoft's site for licensing info...and found nothing I turn to this newsgroup. Dos someone know what version of VB .Net we are entitled to use when you are part of a
|
| Reduce or Prevent Memory Leak in VB6 | 11 Aug 2004 11:30 GMT | 8 |
Any reference, tips or coding practices which can help to "reduce" memory leaks, if not to "prevent" it in VB6 please? * How to free up memory allocated to local variables? Or memory will be automatically freed when sub or function call ends?
|
| Assign Shortcut key to Command Button at Runtime ? | 09 Aug 2004 15:28 GMT | 1 |
Is it possible to Assign Shortcut Key to command button at runtime, like F1, F10, Alt+S etc. Best Regards, Luqman
|
| DCOM Problems | 09 Aug 2004 09:14 GMT | 3 |
Anyone had this type of problem: Built a DCOM server using VB6 and clients using VB6. Depolyed server in W2K server and using NT client. When running client, can createobject OK but only with late binding (e.g.
|
| Date problems! | 09 Aug 2004 02:05 GMT | 2 |
Firstly, I mean the Date as in the Date-month-year not the date, date....well, anyway, here's a little question I have. When a user enters something like 1-2 in the textbox field, I use the text1.text=format(text1.text,"dd-mmm-yy") statement to transform that to
|
| VB Listview - Auro resize Column width | 08 Aug 2004 12:37 GMT | 1 |
how to code list view in vb6 to auto- resize the column width based on the items value length?
|