P
ponnurajs
In my application, i need to close the current form and want to show
the new form. But i can't achieve this. In my code, the form1 is
closed, and at the same time form2 is also closed.
any one can u give solution for this.
my code is like,
private sub btnClose_keydown(parameters) handles btnclose.keydown
me.close
dim oFrm2 as new Form2
ofrm2.show
end sub
the new form. But i can't achieve this. In my code, the form1 is
closed, and at the same time form2 is also closed.
any one can u give solution for this.
my code is like,
private sub btnClose_keydown(parameters) handles btnclose.keydown
me.close
dim oFrm2 as new Form2
ofrm2.show
end sub