P
Pieter
Hi,
I have some very specific needs, and I am not able to find a nice solution.
What I need is:
- when the user makes a choice in the Menu, the Form of his choice must
open, but:
- this Form must open Maximized
- and the user shouldn't be able to see the 'Main application' until he
closed this Form!
At first sight I tried it with MyNewForm.ShowDialog(Me).
The problem is that when MyNewForm.WindowState = Maximized, it opens before
the Task Bar! Which I don't want it to do!
I could open it WindowState = norma, and adjust it's Width en Height to the
screen-size, but that gives me another problem: When a Form is not
Maximized, the user can do a drag and drop with the Form, and replace it, so
a part of it won't be anymore on the Screen. This is behaviuo that I don't
want...
I know that my demands are maybe a little to demanding, but the problem is
that this application is for people who aren't mentally at the level we
would like them to have, so it needs to be really basic and exactly like
this so they can't get confused (which they do now :-( ).
Thanks a lot in advance,
Pieter
I have some very specific needs, and I am not able to find a nice solution.
What I need is:
- when the user makes a choice in the Menu, the Form of his choice must
open, but:
- this Form must open Maximized
- and the user shouldn't be able to see the 'Main application' until he
closed this Form!
At first sight I tried it with MyNewForm.ShowDialog(Me).
The problem is that when MyNewForm.WindowState = Maximized, it opens before
the Task Bar! Which I don't want it to do!
I could open it WindowState = norma, and adjust it's Width en Height to the
screen-size, but that gives me another problem: When a Form is not
Maximized, the user can do a drag and drop with the Form, and replace it, so
a part of it won't be anymore on the Screen. This is behaviuo that I don't
want...
I know that my demands are maybe a little to demanding, but the problem is
that this application is for people who aren't mentally at the level we
would like them to have, so it needs to be really basic and exactly like
this so they can't get confused (which they do now :-( ).
Thanks a lot in advance,
Pieter