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."