Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,

How can i reopen an existed(Opened) form not by using .Show() method. I dont want to create new form instance. I want to work on existed form . I have to pass some data to the existed form, and based on that data my form will work. How can i do this. Please give me some response.....

Thanking you.......
Posted
Comments
Sergey Alexandrovich Kryukov 12-Jun-12 1:18am    
Just think about it: how can you show a form which is already shown (I don't know what does "open a form" mean)?
Maybe you mean that a form was shown earlier but currently closed?
What do you mean "not by using Show"? Why? How passing data to a form related to showing it? What's the problem?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900