VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

The long way to get the licensed user of a machine. Works though.

DiskJunky  (16 Submissions)   String Manipulation   Visual Basic 5.0   Unknown Difficulty   Fri 12th May 2000   Mon 8th February 2021

The long way to get the licensed user of a machine. Works though.

API Declarations


'way. It gets the owner by accessing the User.exe
'and HwInfo.dat files and compares the two strings.

'Created by DiskJunky.
'Any changes made to this code should be made aware
'to the creator at [email protected]
'-------------------------------------------------
'=================================================

Public Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long) As Long
Public Declare Function GetSystemDirectory Lib "kernel32" Alias "GetSystemDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long) As Long


Rate The long way to get the licensed user of a machine. Works though. (1(1 Vote))
The long way to get the licensed user of a machine. Works though..bas

The long way to get the licensed user of a machine. Works though. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters