Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have two projects
1.DropDownList
2.RibbonMDISample

when i access DropDownList's form in RibbonMDISample it will access

but not accessed when RibbonMDISample's from accessed in DropDownList
Posted

can you elaborate your question please, and perhaps show your code and where you get the error
 
Share this answer
 
Do you have two projects, or two forms in your project ? If you have two project, there's no way they can easily access each other's data. If you have two forms, you can use delegates to communicate between them.
 
Share this answer
 

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