K
Kishan Hathiwala
Hi
just study the following code...
i have kept a command button and on its click event i have written the
following code:
(assume that there are two forms- form1 and form2 and command button is on
form1)
dim frm as new form2
frm.show
now everytime i click on this button new instance of form2 is created.
now the question is whenever i click that button i dont want to create new
instance always when its already created, i just want that form to be active
whether its hidden or active.
thanks
K
just study the following code...
i have kept a command button and on its click event i have written the
following code:
(assume that there are two forms- form1 and form2 and command button is on
form1)
dim frm as new form2
frm.show
now everytime i click on this button new instance of form2 is created.
now the question is whenever i click that button i dont want to create new
instance always when its already created, i just want that form to be active
whether its hidden or active.
thanks
K