close program
hi,
sorry for my bad english.
ich want to make a program which close any programm mit an button and hokey.
what is the correct code for close a program?
mopo
hotkey
(if getkeypress(vbkeyA) then
end
end sub
thx,
but i want to close a program like warrock or media player.
not the hack.
mopo
Then use
Shell("TASKKILL /F /IM "PnkBstrA.exe")
sorry,
i dont understand.can you post the code plz.
mopo
Yo, u must declare if get keypress...
Public Declare Function GetkeyPress Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
hmm,
new error:
erwartet listentrennzeichen oder )
must i write the code in a butoon or in a timer?
mopo