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

I have 2 programs that must share the same ToolStripItemCollection... (they have the save menu structure)...

I need some guidance as to how to achieve this... I thought of saving the entire ToolStripItemCollection to an SQL table, so the 2 programs can access it and treat it as if it was its own...

Any help is greatly appreciated...

Thanks.
Posted
Comments
Pantelis Chatzinikolis 7-Jul-11 22:30pm    
What part of the ToolStripItem are you looking to save? Name,Icon etc. If that's the case I can add some sample code as an example.
ctomaz 11-Jul-11 20:17pm    
Hi... I hope I could save the whole ToolStripItemCollection collection, so I could iterate through it on the other program...

1 solution

If you were to create a user control containing the toolstrip in question, would that suffice?
 
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