Hi
I have windows application and a form. If I open a form named"DetailForm" from main form named "Main1" by clicking the button, it should open only once. The problem I am having is, it is opening many instance of the form every time you click the button.
I don'twant to use Showdialog().
Could anyone please show me the right code to achive this?