|
-
July 7th, 2008, 09:42 AM
#3
Re: Modeless window
Here is the constructor I have:
InitializeComponent();
this.FormBorderStyle = FormBorderStyle.None;
//this.Opacity = 1;
this.CenterToScreen();
this.Refresh();
It does initialize components.
If I change the method from Show() to ShowDialog(), all the controls apprear as normal.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|