VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Add a load= line to win.ini and copy the file that is currently running to the Windows System dir

Max Czapski (SpEcTrE)  (1 Submission)   Files/File Controls/Input/Output   Visual Basic 3.0   Unknown Difficulty   Sun 21st February 1999   Mon 8th February 2021

Add a "load=" line to win.ini and copy the file that is currently running to the Windows System directory so that it will start everytime you

API Declarations


Public Const MAX_PATH = 206
Public Declare Function GetModuleHandle Lib "kernel32" Alias "GetModuleHandleA" (ByVal lpModuleName As String) As Long
Public Declare Function GetModuleFileName Lib "kernel32" Alias "GetModuleFileNameA" (ByVal hModule As Long, ByVal lpFileName As String, ByVal nSize As Long) As Long

Rate Add a load= line to win.ini and copy the file that is currently running to the Windows System dir (2(2 Vote))
Add a load= line to win.ini and copy the file that is currently running to the Windows System dir.bas

Add a load= line to win.ini and copy the file that is currently running to the Windows System dir Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters