Zitat von
Shrek_III:
Zitat:
GWL_WNDPROC
Sets a new address for the window procedure.
Windows NT/2000/XP: You cannot change this attribute if the window does not belong to the same process as the calling thread.
SetWindowLong
Also habe ich auch mit meinem Code wenig Chancen.
Also wenn das nur für dich sein soll, dann erstelle eine
DLL mit der SubClass Routine und injiziere diese mit den Funktionen die bei
Madshi's madCollection mit dabei sind. Das ist der einfachste Weg.
Edit: Oder versuche mit SetWindowsHookEx die Windows Message abzufangen.