D
dgrier
The application I have written creates a form and shows it as a modal
dialogue. Below is an example.
PopUp p = New PopUp();
p.ShowDialogue();
Obviously, it should be a pop up that does not cover the entire
screen. I have set the properites to the following:
Size: 240, 100
TopMost: True
WindowState: Normal
However, I can no set the location (it always defaults to 0,26) and it
always appears fullscreen despite the noted settings.
Am I missing an important function call and/or setting?
dialogue. Below is an example.
PopUp p = New PopUp();
p.ShowDialogue();
Obviously, it should be a pop up that does not cover the entire
screen. I have set the properites to the following:
Size: 240, 100
TopMost: True
WindowState: Normal
However, I can no set the location (it always defaults to 0,26) and it
always appears fullscreen despite the noted settings.
Am I missing an important function call and/or setting?