Mile-O
Back once again...
- Local time
- Today, 10:38
- Joined
- Dec 10, 2002
- Messages
- 11,316
Computer Class
I've recently built a small Class Module that lets you know a "little" bit more about your users.
Properties include:
All you need to so is simply import the two modules included into any database.
Enjoy...
I've recently built a small Class Module that lets you know a "little" bit more about your users.
Properties include:
- AccessDir: (string) - Returns the location of Access on the user's drive;
- AccessVer: (string) - Returns the version of Access the user currently has installed;
- ComputerName: (string) - Returns the network name of the user's computer;
- Username: (string) - Returns the network login of the user;
- IsRuntime: (boolean) - Returns whether Access version is Runtime or not;
- OperatingSystem: (string) - Returns the operating system installed on the computer;
- OSMajorVersion: (integer) - Returns the major version number of the operating system;
- OSMinorVersion: (integer) - Returns the minor version number of the operating system;
- OSServicePack: (string) - Returns the latest Service Pack installed on the computer;
- ScreenResolution: (string) - Returns the current screen resolution;
- TimeOffset: (long) - Returns the number of minutes the time settings are offset from UTC;
- WinStarted: (long) - Returns the number of milliseconds that have passed since Windows was started;
All you need to so is simply import the two modules included into any database.
Enjoy...
Attachments
Last edited: