| Thread | Last Post | Replies |
|
| VB6 Application version | 03 Jun 2005 19:31 GMT | 3 |
How my VB6 appl. can read the version major.minor.revision of another VB6 appl. exe? Thanks you Marty
|
| SP5 to SP6: To update or not? | 03 Jun 2005 17:57 GMT | 12 |
I am currently running SP5. What is the general consensus these days? Should I install SP6???
 Signature Thanks.
|
| Monitoring a software installation..... | 03 Jun 2005 17:18 GMT | 4 |
This is slightly OT, but here goes........ I have a VB6 project that works with a USB connected data acquisition module. I'm trying to build an installer (using Installshield) that installs my VB program AND the drivers for the USB device in one-shot WITHOUT requiring the user to ...
|
| Generate email from user | 03 Jun 2005 16:53 GMT | 22 |
Hi -- I have an odd set of requirements that got flummoxed by the maximum URL length limitation. In short: * VB5 app with no dependencies other than runtime,
|
| Map a Network drive | 03 Jun 2005 16:35 GMT | 2 |
How can I map (and cut) a network share in VB? Thanks for the help? Nijazi Halimaji
|
| Web directory listing | 03 Jun 2005 16:33 GMT | 1 |
How can I retrieve the file listing of a directory located on my web site? ex: http://www.myAddress.com/download Thank you. Marty
|
| Forum for VB6? | 03 Jun 2005 16:20 GMT | 4 |
Even though MS has discontinued support for VB6, will the microsoft.com site still support the VB6 forum? If not, can you recommend a comparable VB6 forum elsewhere? In other words, where will most of this community go?
|
| VB.net with messagequeue | 03 Jun 2005 16:18 GMT | 3 |
I'm in need of a little direction, I've been tasked to create an app where the user can store dates and times in a table (informix) and when that date and time occurs send a popup message (like using net send computer_name "message") to a select number of computers on our network ...
|
| Command Line Arguments | 03 Jun 2005 15:22 GMT | 2 |
How do I read command line arguments that where set on the Project Properties->Make->Command Line Arguments Thanks, mdn
|
| Expect End of statement | 03 Jun 2005 14:18 GMT | 3 |
I've written a script that runs as part of the group policy that is set to modify the registry of the HKCU that hides all drives but one drive in particular (H Drive). The only problem is when i log in as a test user that has the GPO with the
|
| How do you code Asynchronous MP3 playing with VB6/API? | 03 Jun 2005 06:11 GMT | 3 |
Is it possible to play an MP3 file asynchronously using VB6 code and/or API? If so how is the playback made asynchronous? Thanks in Advance...
|
| HTTP request | 03 Jun 2005 03:38 GMT | 1 |
If I want to download files "http://myWebAddress.com/abc/*.*" from my VB6 project, do I have to create a WinHttp.WinHttpRequest object? Is it the good object to use to perform the task that I want? Thanks you!
|
| Runtime error after deployment | 03 Jun 2005 03:07 GMT | 2 |
I was wondering if anyone of you could enlighten me here. i have an application which i am trying to package here. After generating the exe file and installing it, the error occurs. I have a function which allows user to create a new database. Everytime i execute that particular ...
|
| setting exit code of VB app | 03 Jun 2005 02:48 GMT | 5 |
My windows app developed in VB has a command line mode. So I expect that other applications will call my app using a shell approach. In the case of command line syntax errors, I want to exit with code that indicates that nature of the error.
|
| simple but not clicking now | 03 Jun 2005 01:12 GMT | 8 |
I have a function public function fun1(strID as string) as variant on error goto errHandler if not something then
|