Results for "Author: newsgroup posting"
NetworkRoutines:DisconnectNetworkDrive, MapNetworkDrive,GetUserName,GetUNCPath,etc. proactiv@ssnet.com (Kenneth L. Rosenberg)
.INI read/write routines mfncGetFromIni-- Reads from an *.INI file strFileName (full path & file name) mfncWriteIni--Writes to an *.INI file called strFileName (full path & file name) sitush@aol.com
The following function creates a user. You can execute it under any user you like. dror-a@euronet.co.il (Dror Dotan A')
Here is how I detect if there is a DUN (ISP) connection. You want to take a look at the Remote Access Services (RAS) APIs. They are fully documented at the Microsoft site. "J Gerard Olszowiec" entity@ns.sympatico.ca
Ever wished you could say set c = createobject(server,myobj.myclass) and have DCOM invoke the object on the specified server dynamically?. This avoids having to configure which server a DCOM object should run on each time you want to invoke the object (with the DCOMCNFG utility). Plus you can run the same object on different servers without running DCOMCNFG each time. andrew@geac.co.nz (Andrew Mayo)
Q. How can I send a preformated file to a printer "as is". If I use Printer.Print then things like ESC get converted to a box or whatever chr$(27) is in the current font. A.I'm using following code to send AutoCAD .plt-files to my printer, and it works ok for me. "Soren Staun Jorgensen"