| Thread | Last Post | Replies |
|
| How to remove icon from system tray? | 28 Feb 2005 15:25 GMT | 2 |
My VB.NET program displays a system tray icon. It works fine and when I start app it appears and when shutdown app it disappears. However, when my app crashes the icon stays and only it gets removed when I point my mouse on it.
|
| Reading a text file? Another Question | 25 Feb 2005 03:32 GMT | 7 |
First, Thanks Ken Halter for the help on my last question. New question, same text file. I've been readin the books and tutorials on TextStream and Skip Method....From what I've read, I can do what I want. But nothing shows me how.. :(
|
| Reading a text file ? | 23 Feb 2005 18:21 GMT | 3 |
Help! :( Is there a way to automate the importation of a text file in to VB, with out having to use the import text wizard every time? Below is a sample the the file and the inofrmation I need. ( the file
|
| VB6 IDE closes when form closes or debug stopped | 21 Feb 2005 00:47 GMT | 8 |
I have a VB6 project that closes in debug mode. It happens when an Unload me (form) is issued. It happens when I click the close (X) at the top right of the form. And it closes when I stop the debugger. The code itself runs fine and I get the expected results. I updated ...
|
| Get a random num from 0 to x | 17 Feb 2005 18:28 GMT | 2 |
This is probably a very simple answer, but I just can't make it work with a zero in it. Basically I want a random number starting from 0 to 'x' 'x' being a literal value, var value or UBound value.
|
| Monitoring network traffic using VB6 | 17 Feb 2005 06:31 GMT | 11 |
I am interested in writing an application to monitor the network traffic on my server so I can track more information about traffic to my company's website than IIS logs. I'm not sure what tools (DLLs or OCXs) are available for VB6 to do this, or really where to begin. Can anyone ...
|
| Bypassing the WOW64 File Redirector on Server 2003 64Bit | 15 Feb 2005 00:32 GMT | 2 |
I am running a 32bit VB .Net application in Windows Server 2003 64bit edition. The application uses the function System.IO.File.Exists() to check the existance of a file in the directory "%systemroot%\system32". However, the call always fails becuase WOW64 is redirecting the ...
|
| MISSING: Microsoft Active Server Pages Object Library | 14 Feb 2005 00:15 GMT | 2 |
I have been away from VB programming for at least eight years, but now I have a VB task. I have VB 6.0 loaded with SP6 and am trying to compile a proprietary terminal program. It loads into VB without any noticeable errors. When I
|
| Importing C Classes from a DLL | 10 Feb 2005 15:40 GMT | 2 |
I have a exported classs in a C++ DLL. I want to use the class and its member function inside a VB program. Is it possible to use an external class ( other than COM ) defined in 32 bit DLL ? I have tried this unsuccessfully and I ' am not sure if there is a direct
|
| Creating a Form. | 09 Feb 2005 22:51 GMT | 8 |
Does anyone know how to create a form at runtime (i.e. dynamically)? If this is possisble (I can create controls programmatically), a pointer on how to do this would be greatly appreciated. Thanks...
|
| detect swipe | 08 Feb 2005 09:19 GMT | 20 |
I'm creating a test app that will be able to read credit card from a keyboard. I just added a textbox on a form, and swipe the card. A long string is being returned.
|
| Freeware utility to create HTML help (chm) | 07 Feb 2005 02:34 GMT | 18 |
I looking for a freeware utility to create HTML help files (CHM). It's for non commercial use. (Not Microsoft "HTML Help Workshop") Now i use "Shalom Help Maker!" (http://www.danish-shareware.dk/soft/shelpm/index.html) but it can only
|
| Thermometer (Slider). | 03 Feb 2005 17:18 GMT | 5 |
Is it possible to create a progress bar (lr thermometor slider etc), in an activex dll? For example, I've written a dll that uploads files to a web server and would like to have a progress bar. tx,
|
| Dynamic Arrays in Visual Basic 6.0 ? | 03 Feb 2005 02:08 GMT | 8 |
I am trying to add One Element to this Dynamic Array with UBound but its giving error: Subscript out of range, any idea please ? Best Regards, Luqman
|
| Run VB Code to Shut Down Windows 2000 Pro & Win XP | 02 Feb 2005 15:48 GMT | 1 |
I know code to shut down Windows 98 but do anyone know how to write code to shut down Win 2000 & XP Vincent
|