Zitat:
Set MainFormOnTaskBar to FALSE
Call
ShowWindow(Application.Handle, SW_HIDE);
inside the main form's OnShow event handler.
Call
ShowWindow(Application.Handle, SW_HIDE);
inside the main form's OnActivate event handler.
Das hatte ich überlesen. Danke DaddyH