|
If you are talking about the your developed application, that in your application there is a form1 and when you click a push button on your form1 you want to see a new dialog box, you have to make a new dialog box and then create an instance of that dialog box, and then call the show() method for yor dialog box to show it.
|