954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Form.Show() is "Not Responding..."

Hello. I have a little trivial problem in my application. I have a dialog (d1) that inherits from Form. And in Main, if I call

d1.ShowDialog()

,it works fine. But calling

d1.Show()

opens a bad form with pale labels and textboxes, and when I try to drag that window form it says "Not Responding."

What's going on? I think I need "Show" and not "ShowDialog," because the user should be dealing with several simultaneous forms.

Thanks.

SoftwareGuy
Light Poster
26 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

Sorry, I made a new thread with more detailed text (the code), and I need to delete this one. Is there a way to delete threads? If not, I'm really sorry; I'm still new to these forums.

SoftwareGuy
Light Poster
26 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: