Einzelnen Beitrag anzeigen

Red six

Registriert seit: 3. Aug 2005
23 Beiträge
 
#2

Re: Scrollbars bei MDIForm verstecken

  Alt 15. Feb 2009, 18:30
Ich pushe mal mit dem Anhang dass nichtmal das hier funktioniert.

Delphi-Quellcode:
MDICWndStyle := GetWindowLong(MDICWnd, GWL_STYLE) and not (WS_HSCROLL or WS_VSCROLL);
SetWindowLong(MDICWnd, GWL_STYLE, MDICWndStyle);
  Mit Zitat antworten Zitat