[quote="Chewie"]IM
PSDK klingt es so, als würde es unter
Win9x gehen:
Zitat von
PSDK:
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.
Für mich bedeutet das, dass das Subclassen fremder Fenster bei NTff nicht geht, wohl aber bei
Win9x.
Hallo Chewie,
Du könntest Recht haben.
denn der Aufruf
OldWinProc := SetWindowLong(hWnd,GWL_WNDPROC,integer(@NewWinProc ));
liefert schon Null zurück.
ob man die Prozesse mit AttachThreadInput irgndwie verbinden kann ?