Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Form1 Containing Split Container. the SplitContainer will ContainTwo Forms(Form2 and Form3). How to pass the Parameters or text values From Form2 to Form3 in c# window Forms?
Posted
Comments
BillWoodruff 14-Oct-14 5:58am    
Why are you using Forms inside a SplitContainer inside a Form instead of putting your Controls in the right and left panels that the SplitContainer provides ?

1 solution

Via Form1! (Form2 and Form3 should not even know the other exists)
See here: Transferring information between two forms, Part 3: Child to Child[^]
 
Share this answer
 
Comments
sumangta 14-Oct-14 3:56am    
Thanks for the reply...
actually i'm using split container inside that i've two form Form2,Form3 , so i need to access the parameters in between the two form (i.e.. Form2, form 3)
is it possible do that - Thanks
OriginalGriff 14-Oct-14 4:10am    
Follow the link.
Read.
Implement.
Solved! :laugh:

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