Form bewegen ohne Rahmen
-
Hallo, weiss jemand wie man eine form ohne rahmen bewegen kann?
hab da sso gelöst nur leider klappt das nicht
void __fastcall TForm2::Form2MouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y) { ReleaseCapture(); Form2->Perform(WM_SYSCOMMAND, SC_MOVE + HTCAPTION, 0); }
danke für eure hilfe
-
Hi!
Das Problem hatte ich auch schon.
Hab es dann hiermit gelöst:
http://www.bytesandmore.de/rad/cpp/snipp/sc02019.php
-
Siehe FAQ, Abschnitt "Forms".