@ontryit
Did You really see the code?
Quote:
Private Declare Function Shell_NotifyIcon Lib "shell32" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, pnid As NOTIFYICONDATA) As Boolean
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
|
You wrote Open "C:\Windows\System32\Taskmgr.exe" For Input Lock Read Write As #1, for what this instruction? I believe that you wanted to write
Quote:
|
Open "C:\Windows\System32\Taskmgr.exe" For Random As #1
|
useless too, Maybe you need to study a little more about VB6. I work with this language a long time :-), If this dll file works or not in another OS except XP, really I don't know because I lock all my apps to another versions of windows, obvious using VB6 too ok?
BR