| Thread | Last Post | Replies |
|
| Creating a project in distributed envoirnment having multiuser support | 10 Mar 2005 06:33 GMT | 1 |
|
| Excel not closing | 09 Mar 2005 22:45 GMT | 4 |
I have a VB.NET application that needs to open an Excel workbook. It runs fine and when I have the Visible property set to true, everything appears to work as it is supposed to (Excel opens, the workbook opens, processing works, and the workbook and Excel close) but when I go to ...
|
| Creating a project in distributed envoirnment having multiuser support | 09 Mar 2005 15:38 GMT | 1 |
hello everone ! I am using VB 6.0. I want to create an application for my college project that can be run on LAN having multiuser support. Thanks
|
| VB6 in multiuser envoirnment | 09 Mar 2005 07:42 GMT | 1 |
Hi !!! I want to know how VB6.0 can be used to make application for multi-user environment. so that program saved in the server is used by different user to perform their task.
|
| Threads in VB 6.0 | 08 Mar 2005 22:49 GMT | 1 |
Hi, Everybody! I want to know how threading in VB 6.0 can be implemented. Thanks Bhaskar
|
| DDE without GUI | 08 Mar 2005 16:40 GMT | 1 |
Hello Newsgroup, I know DDE is a quite old stuff but Ive no other possibility. The software can just be automated via DDE and our customer doesnt want to buy a new one. Now my problem. I have an Active Exe which establishes the wanted DDE
|
| Word Application question - printout | 08 Mar 2005 04:44 GMT | 1 |
I'm stumped. I looked up help on printout. Here's the example: adoc = Dir("*.DOC") While adoc <> ""
|
| Protecting a PPT File! | 06 Mar 2005 16:52 GMT | 8 |
I try to find a way to protect a PPT file the same way as a DOC file using Word's protect method (no user input should be allowed - Powerpoint should just be a viewer for PPT files). Can anyone help me? Thanks in advance!
|
| DLL will not end on its own on WIN2K server | 04 Mar 2005 17:14 GMT | 1 |
I am having a weird problem with a DLL running on Server 2000 with SQL 2000. The DLL, running on the server, creates several thousand PDF reports and prints them to the default printer. For some unknown reason the DLL does not end. It successfully creates all the reports and writes ...
|
| Retrieving Error Notifications in FAX app | 03 Mar 2005 12:06 GMT | 2 |
I've built an operational VB FAXing application using MS FAX and the FAXCOMEX Library based on information from the MSDN. but I still have a couple questions. I don't know how to retrieve error information associated with the FAX
|
| Shell Execute | 02 Mar 2005 09:37 GMT | 1 |
do any one have an demo program for shell execute command r JJ
|
| Detect USB events | 01 Mar 2005 18:58 GMT | 2 |
Howto detect pluging or un-pluging of USB devices? I need to detect when a USB modem is connected / disconnected. When you plug in the modem, the USB driver creates a virtual COM port. When you unplug the modem the virtual COM port is removed.
|