hi,
ich hab in meinem programm ne splashscreen und n normales formular.. davon sollte das normale formular eigentlich immer on-top sein, hab auch schon
den tip hier (der letze post) versucht, allerdings ohne erfolg
hab beide formulare auf fsStayOnTop gesetzt und den code
SetWindowPos(Handle, HWND_TOPMOST, Left,Top, Width,Height, SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
in das OnShow-Event eingebaut.. hat aber wie gesagt bei mir nicht funktioniert.. was hab ich falsch gemacht