I trying to figure out how I can create a "dynamic" menu... Being able to append and remove menu items at will...

I have found CreateMenu(), AppendMenu(), and Remove() functions...

My problem is I am not sure of the different elements of the MENUITEMINFO type. I am not sure what each element should be set to...

If someone could help... it would be appreciated.

Andrew