D
Drew
I'm trying to get a nice looking dialog box.
It seems that the only way I can get one that does
not fill up the whole screen of the device is by setting this:
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
But that doesn't look so good without the border.
Did I miss something?
Drew
It seems that the only way I can get one that does
not fill up the whole screen of the device is by setting this:
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
But that doesn't look so good without the border.
Did I miss something?
Drew