Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

View the Form

Status
Not open for further replies.

raghu75

Programmer
Nov 21, 2000
66
0
0
IN
Hi,
I have added a new form to a project in c#. I have put few controls on that form. Now I want to see how the form looks like at runtime.
How can I do this...for a dialog there is TestDialog using which I can test the designed dialog,hou about the designed Form.
Rgds
 
No, I think you'll have to just set it as the startup form. Right-Click the project and set it as the startup object. Either that, or make a temorary means of displaying it from whatever you startup with now.
 
add a Main method to the form.
or just add a line of code: form.Show();
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top