Thema: Delphi WindowProc einer Klasse?

Einzelnen Beitrag anzeigen

NeoXan
(Gast)

n/a Beiträge
 
#7

Re: WindowProc einer Klasse?

  Alt 2. Feb 2006, 15:38
Ich habe 2 Fehler...

#1
SetWindowLong(hWnd, GWL_WNDPROC, LongInt(@NewWndProc)); Kommt bei mir der Fehler, dass eine Variable erwartet wird, und bei...

#2
Result := CallWindowProc(OldWndProc, hWnd, Msg, wParam, lParam); ...sagt er mir, dass nicht genügend Paramter vorhanden sind?
  Mit Zitat antworten Zitat