Registriert seit: 5. Mär 2003
Ort: Ravensburg
131 Beiträge
Delphi 6 Enterprise
|
Re: Fremde Anwendung als MDI-Fenster starten
28. Nov 2006, 08:48
so in die Richtung:
SetWindowLong(l_Form.Handle, GWL_STYLE, GetWindowLong(l_Form.Handle, GWL_STYLE) and WS_CHILD and not WS_BORDER and not WS_DLGFRAME and not WS_SYSMENU and not WS_THICKFRAME and not WS_GROUP);
Markus Stein
|