Hi,
I want to create a windows application with various windows forms. It
is currently designed as a single document interface. What I want to
do is from form1 open form2 (this could be done with a button click or
file menu item).
After I finish doing what I need in form2, I would like to load form1
in the same condition it was prior going to form2. What are your
suggestions? Thanks.
kishor - 23 Aug 2007 07:40 GMT
Hi,
Are you closing earlier form ? simple way dont close it and load it again...
just hide it.
Kishor
> Hi,
>
[quoted text clipped - 5 lines]
> in the same condition it was prior going to form2. What are your
> suggestions? Thanks.