Advertisement

Results for "Author: newsgroup posting"

2002ASP #7
How to dynamically invoke DCOM objects

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)

2002ASP #8
Send a preformated file to any printer

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"

2002ASP #9
.INI read/write routines

.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

2002ASP #10
Create database user

The following function creates a user. You can execute it under any user you like. dror-a@euronet.co.il (Dror Dotan A')

2002ASP #11
Detect if there is a Dial up network connection

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

2002ASP #12
ACCESS BACKUP ROUTINE

A short routine that backups the tables from an open Access database George Kinney

2002ASP #13
EndOfMonth

Last day of the month Calculates the last day of the month. "Jim Doherty"

2002ASP #14
NetworkRoutines

NetworkRoutines:DisconnectNetworkDrive, MapNetworkDrive,GetUserName,GetUNCPath,etc. proactiv@ssnet.com (Kenneth L. Rosenberg)

2002ASP #15
Create/Destroy User on Domain ( Administrating NT)

Create a new user and destroy an existing user on a Windows NT domain.. When a user is created, I set him to be a member of Domain Users while you can specify that he goes into Domain User, Domain Guests, Domain Admins Hong YAN

2002ASP #48
Check if dynamic array dimensioned already

Tells if a dynamic array has been dimensioned or not. Lu

2002ASP #49
Copy a database table

How to copy a database table. This may require some tweaking.... "Bill Pearson"

2002ASP #50
GetMonDate

Get the previous week's Monday..."Kathleen A. Earley"

2002ASP #51
Convert currency numbers into text

This function converts numbers (currency) to words including cent conversion and cent rounding. Note: ms stores 4 decimal positions internally but displays only 2. In a lot of number to word functions this is not handled and can cause erroneous values... this function corrects for this situation. Baz,

2002ASP #52
95/NT username

95/NT username "Joseph P. Fisher"

2002C #8611
How to dynamically invoke DCOM objects

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)

2002C #8612
Send a preformated file to any printer

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"

2002C #8613
.INI read/write routines

.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

2002C #8614
Create database user

The following function creates a user. You can execute it under any user you like. dror-a@euronet.co.il (Dror Dotan A')

2002C #8615
Detect if there is a Dial up network connection

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

2002C #8616
ACCESS BACKUP ROUTINE

A short routine that backups the tables from an open Access database George Kinney

Languages
Top Categories
Global Discovery