Re: Titelleiste eines Fensters ausblenden
29. Jul 2004, 19:46
Es geht speziell um die Zeile:
SetWindowLong (HMainWnd, GWL_STYLE, GetWindowLong (HMainWnd, GWL_STYLE) and not WS_CAPTION);
Du hast die Schlüsselwörter and not verwendet. Dies ergibt nur Schmarn.
Wenn du aber nur or anwendest, kommt eine klare Ausführung zu Stande.
SetWindowLong (HMainWnd, GWL_STYLE, GetWindowLong (HMainWnd, GWL_STYLE) or WS_CAPTION);
Cii jaa©$me
graphicar
|