Save Toolstripmenu to SQL Table
Background:
PROGRAM A needs to save its Toolstripmenu entire collection to an SQL table so PROGRAM B can read it and instantiate it as if it was its own.
Can anyone give me some guidelines as to how I can achieve this? If it is possible, what data type the SQL table should have...
This needs to be done in C#
Many thanks in advance