| Thread | Last Post | Replies |
|
| Launch Adobe file from VB | 20 Nov 2003 21:28 GMT | 1 |
Could anyone pls tell me how to launch Adobe-Acrobat reader FILE from Visual Basic 6 ? Thanks in Advance for any tip KP
|
| Deleting files using VB | 20 Nov 2003 18:58 GMT | 2 |
Can I use kill command to delete files from directories if they are empty? It's an automated script that deletes files from directories and does not check if there are actual files in there at time of delete.
|
| Consume a Windows NT service | 20 Nov 2003 09:40 GMT | 3 |
I am trying to trigger some actions on a Windows NT service that I wrote myself from a client application. I tried raising events from within the client application, but it doesn't work (I had doubts, but gave it a try anyway). I am using VB6 for both the WinNT service and client ...
|
| Deleting bunch of files using VB | 19 Nov 2003 22:13 GMT | 1 |
Quick question. I'm a new VB user. Is it possible to delete a bunch of files in VB using the following statement: Kill "c:\temp\*.*"
|
| Scripting Runtime | 19 Nov 2003 19:20 GMT | 1 |
Can I use the Microsoft Scripting Runtime (scrrun.dll) to reqad and write to network pipes? If so how... -Lou
|
| how to convert textfile | 19 Nov 2003 19:19 GMT | 1 |
i have a text file written in note pad. I am using vb 6.0. how could read the text file written in note pad and convert this text file to my access table? aside from this what could i do to move in the next line
|
| Multiple Stationeries | 18 Nov 2003 15:56 GMT | 1 |
I have three separate html stationeries for outlook 2000. Is there a way to programmatically select one of these when creating a new outlook email from within vb? Thanks
|
| Differences between the versions | 17 Nov 2003 22:48 GMT | 2 |
I'l like to know the differences between The Professional, the Enterprise and the Achitect version of VB6. Can you help me?
|
| How can I detect if I am on a Windows 2000 server or workstation? | 17 Nov 2003 16:30 GMT | 1 |
I am looking for a way to determine in code if a program is on a windows 2000 server or workstation. I am familar with the SYSInfo activex control but it will only tell you the the very basics. I need to determine the difference between Pro and
|
| Shell command & API-CreateProcessA fail to call | 16 Nov 2003 15:02 GMT | 1 |
A tough one! I have a caller.exe spawning callee.exe (VB6) On a Test server Caller spawns Callee reliably and has done so for 3 months. On Production server Caller spawned Callee with no problems for first 10
|
| Scroll mouse | 16 Nov 2003 12:29 GMT | 6 |
I don't succeed to used the scroll mouse into editor of Visual Basic 6.0, why? Instead in Microsoft Office 2002 there is no problem. Thank so much.
|
| Printing a chart in an MSChart Control | 14 Nov 2003 21:16 GMT | 1 |
I need to send to the printer, the chart in a MSChart 6.0 Control. Can you help me? my thanks in advance
|
| From VB6 to VB.net | 14 Nov 2003 17:17 GMT | 1 |
Can I keep working with my VB6 project using the VB.Net ? aprx
|
| Serial communiction .. | 14 Nov 2003 15:32 GMT | 1 |
How to transfer my own type on the serial port ?? ex: test as mytype var1 as long
|
| Float and Sink : VB5 > VB6 differences | 14 Nov 2003 15:18 GMT | 2 |
I've just been asked to migrate some VB5 source code to VB6E. This worked ok except that the Float and Sink procedures in VB5 appear to be different in VB6, and they don't work. As the form in question is required to have the facility to Float and
|