Hello guys...
I just want to know how to close current child form and opens another? In vb.net
Thanks in advance....
Recommended Answers
Jump to PostTo close a form use the Close() method of the form to close.
To open a form, you must first instantiate the form, then use the Show() or ShowDialog() method of the form to 'open' it.If you need futher help, please post your code.
Hope this helps
All 2 Replies
lolafuertes
145
Master Poster
codeorder
197
Nearly a Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.