Hi,
Für meine Komponente habe ich zwei proceduren deklariert:
Delphi-Quellcode:
procedure MouseMoveProc(var Msg: TWMMouse); message WM_MOUSEMOVE;
procedure MouseUpProc(var Msg: TWMMouse); message WM_LBUTTONUP;
Die erste funktioniert super.. Die zweite IM PRINZIP auch... nur sobald die MouseUpProc ausgeführt wird, bleibt mein ganzes Programm (bis auf meine eigene Kompo o.O) hängen.. Auch wenn ich den Quelltext davon komplett leer lasse....
Was mach ich denn da ??
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."