Oppure

Loading
Questo topic e' stato chiuso dal moderatore.
23/05/09 21:22
AMIGOS
Possibile che nessuno riesca a disattivarni il focus o help dei tasti tipo F1 F2....


Faccio riferimento all' Habbo Flooder.... che cliccando su la checkbox, accanto ai tasti tipo F1... disattiva l'help del rispettivo tasto...

Ho decompilato il programma habboflooder...con vb decompiler pro... ma il codice che mi da
e in assembler.... percui no posso capire il funzionamento del codice....

Ho trovato alcuni riferimenti sul form..... posto le dichiarazioni.... un po per far capire quel poco di comprensivo del codice....


Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Private Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long

Private Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias " Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long

Private Declare Function UnregisterHotKey Lib "user32" (ByVal hwnd As Long, ByVal id As Long) As Long

Private Declare Function RegisterHotKey Lib "user32" (ByVal hwnd As Long, ByVal id As Long, ByVal fsModifiers As Long, ByVal vk As Long) As Long

Private Declare Function CallWindowProc Lib "user32" Alias "CallWindowProcA" (ByVal lpPrevWndFunc As Long, ByVal hwnd As Long, ByVal Msg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long

Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long

Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Ultima modifica effettuata da AMIGOS 23/05/09 21:24
aaa
24/05/09 8:39
theprogrammer
Ma la domanda qual e' ??
aaa
24/05/09 17:38
GrG
si riferisce a questo topic:
pierotofy.it/pages/extras/forum/6/55693-vbkey_%22%7Benter%22/

e appunto per evitare queste incomprensioni non aprire nuovi topic sullo stesso argomento
aaa