mit:
ShowWindow( Application.Handle, SW_HIDE );
hab ich's jetzt hin bekommen das der std. Eintrag entfernt wird, aber der Fenster spezifische wird nicht angezeigt.
ich hab's mit:
SetWindowLong(Form4.Handle, GWL_EXSTYLE, GetWindowLong(Form4.Handle, GWL_EXSTYLE) or WS_EX_APPWINDOW);
,
ShowWindow( Form4.Handle, SW_SHOW );
und
Delphi-Quellcode:
SetWindowLong(Form4.Handle, GWL_EXSTYLE, GetWindowLong(Form4.Handle, GWL_EXSTYLE) or WS_EX_APPWINDOW);
ShowWindow( Form4.Handle, SW_SHOW );
probiert doch da ist einfach nichts