Experience in C++, C#, Java and Process : Living in Montreal

* What is my technical experience as a software developer

* What I have learned in the software business

* Where I am heading to in my career

* How to process in a project

Monday, December 20, 2004

Show a form as a dialog box in C#

About about = new About();

// Show it as a diaglog
about.ShowDialog();

// Show it as a form
about.Show();

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home