| Thread | Last Post | Replies |
|
| Do Loop | 20 Mar 2005 12:38 GMT | 7 |
To save me from checking generated machine code.... Does anyone know (for sure) if the following GoTo in a Do Loop in VB6 will cause any problems. I have programmed for 35 years, and have run into so many strange problems created by compilers, that I am always cautious. I can
|
| Checking text file I get "Not Responding" | 20 Mar 2005 12:05 GMT | 5 |
I check data from a text file with a mdb Database using a progressbar and changing the Caption by % to indicate to the user what is happening.The file is large and takes quite a while. The problem though is that if the user clicks on the form everything freezes and I get "Not ...
|
| Populating combo boxes | 20 Mar 2005 03:53 GMT | 22 |
I'm populating 4 combo boxes on a VB6.0 form from a sql-server database (4 different tables). I'm doing it by ADO: rst.open "Select [Field] from
|
| Question may be to easy | 19 Mar 2005 23:08 GMT | 2 |
I'm new to VB, and am trying to add subtotals to a rather large group of data. The problem is that many times there is too much data, and the subtotals will push data off the screen. I don't need the original data after I have the subtotals, so I was wondering if there was a way
|
| lists | 19 Mar 2005 20:44 GMT | 5 |
I have a list box and it contains X no of items. However, some of the items is blank., e.g.: 7.90 4.56
|
| file processing VB6 | 19 Mar 2005 19:37 GMT | 6 |
writing into a file it is a LogFile I am simply writing the following Print #2, Now, Ticket Information
|
| Memory problem with my VB code. | 19 Mar 2005 19:06 GMT | 1 |
Here is my dilemma. I have a subroutine runs every 100mS. At the first, I found that the system hangs after a few hours when I run this program. I checked the memory usage under XP Task Manager. I found that memory used by my program keep growing in a rate of 12KB per second.
|
| Simple snippet to select X from Y ? | 19 Mar 2005 16:42 GMT | 8 |
I wonder if anyone can help ? Purely for fun, I am trying (and failing) to write a simple VB code snippet which will select all combinations of size X from a set with Y members.
|
| Make app to run as a process? | 19 Mar 2005 12:31 GMT | 1 |
Is there a way I can make my vb app run as a process? vb5.0 Win XP Home and Win 98 Thanks in advance L. Palmer
|
| AOL windows in Visual Basic .net | 19 Mar 2005 02:07 GMT | 2 |
I am making a chart program with Visual Basic .net and anyone who has used America Online or Microsoft Word, or even Microsoft Management Console knows that there are windows inside the main window. How can I put these in VB.net? Or is there a way I can do something with panels?
|
| reading text from file VB6 | 19 Mar 2005 00:56 GMT | 5 |
Thanks to everyone who replied to my previous post i have got to the stage in my program where i am now storing information in files, which is great the problem i have is this
|
| Newbie best way to get the ip address from windows NT/2000/XP | 19 Mar 2005 00:23 GMT | 2 |
What is the best way to get the ip address from windows NT/2000/XP from the registry in windows 98 I was using this code leaving out the GetKeyValue function code
|
| using vb to send mail | 19 Mar 2005 00:10 GMT | 6 |
Before purchasing VB6 I want to know if this program contains the possibility of sending mail automatticly. thanks, sjoerd
|
| using Outlook class to avoid "Sent Items" copy | 18 Mar 2005 22:28 GMT | 2 |
I've got a VB app that sends e-mails not with the MAPI class but with the Microsoft Outlook 9.0 Object Library. I want to send e-mails WITHOUT saving a copy in "Sent Items". I've seen references to a .SEND parameter of SaveCopy:=False but VB complained about incorrect
|
| MSHFlexGrid control | 18 Mar 2005 22:21 GMT | 1 |
I am totally frustrated trying to figure out how to make use of MSHFlexGrid control. Is it necessary to bind this control to a datasource. How do you add bands to it. Any pointers to effectively using this control, esp. with sample code shall be very help full.
|