Sunday, 15 September 2013

How to close a child dialog without closing its parent dialog in VB

How to close a child dialog without closing its parent dialog in VB

A OpenFileDialog is shown inside a form which is diaplayed by
ShowDialog(). Everytime the OpenFileDialog is closed, the parent form is
also closed.
Is there any way to avoid this??
Thanks!

No comments:

Post a Comment