Opening a pop-up window from button
Hi,
I am making a C# Windows Application. Here in a form I have a button which will open a new for as a pop-up . After I select a value from the pop-up form it will display the values in the parent form.
What code do I need to write in the Button click event to open the pop-up form???
I am not very familiar with Windows application.
Pls help
|