Background:
PROGRAM A needs to save entire Toolstripmenu collection to an SQL table, so PROGRAM B can read it and instantiate the toolstripmenu as if it was its own...
If it is possible, please also let me know what SQL datatype should be used...
Many thanks in advance.
Loading
Mahesh ChandPosted Jul 2, 2011, 4:23 PM
ID MenuText Parent Level
1 C# Corner 0 0
2 VB.NET Heaven 0 1
3 Longhorn Corner 0 2
4 ADO.NET 1 0
5 GDI+ 1 1
6 WCF 1 2
Something this above.
Here C# Corner, VB.NET Heaven, and Longhorn Corner are root level menu items. C# Corner has 3 sub menus.