-
I have a program with 15 different forms,
what i want is to make the first one topmost.
which i have got it to work.
but then i want the new form that loads up to be upmost.
this does not work.
if i dont make the first one topmost
then the new ones will be topmost
but i require the new form to be topmost, no matter how many forms are open.
any suggestions
-
i got that bit working, but one other thing, is is possible to make the rest of the windows, not accesible with the mouse whilst the program is running, so that the user has control over my program only
-
How about when you are about to show your new window, make the previous on "Not Topmost", and repeat that pattern for the rest.