VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This get the registered owner of a machine and is about 60 times faster than the last code I put up

DiskJunky  (16 Submissions)   String Manipulation   Visual Basic 5.0   Unknown Difficulty   Thu 14th December 2000   Mon 8th February 2021

This get the registered owner of a machine and is about 60 times faster than the last code I put up. I know that I can access the registry to

API Declarations


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

'Created by Eric O'Sullivan.
'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 This get the registered owner of a machine and is about 60 times faster than the last code I put up (1(1 Vote))
This get the registered owner of a machine and is about 60 times faster than the last code I put up.bas

This get the registered owner of a machine and is about 60 times faster than the last code I put up Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters