Einzelnen Beitrag anzeigen

Benutzerbild von Neutral General
Neutral General

Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#2

Re: Weißer Rand beim entfernen von WS_SIZEBOX

  Alt 10. Okt 2007, 13:46
Hi,

Hab ne Lösung gefunden.. Falls jemand das gleiche Problem hat:

Man muss nachdem man den Rahmen ändert folgendes aufrufen:

Delphi-Quellcode:
// // !wichtig! //
SetWindowPos(hwnd,0, 0, 0, 0, 0,SWP_NOZORDER or SWP_NOSIZE or SWP_NOMOVE or SWP_DRAWFRAME);
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."
  Mit Zitat antworten Zitat