I want to unload a form when i click a button and show another form ontime.
i performed this code but the two were closed ontime.
my code is
Expand|Select|Wrap|Line Numbers
- EXIT_CLICK()
- dim frm as new form2
- me.close()
- frm.show
- endsub
Vb.net Form events
|