Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamically created menuitems

Status
Not open for further replies.

pipk

Programmer
Feb 20, 2001
455
GB
I have an application whereby a menu containing the names of people on a database, can be opened to reveal all the available names on the database. I would like this sub menu of names to be reflective of changes made on the database e.g. not showing names that have been subsequently removed/deleted and vice versa.

The sub menu is created initiall using a call to the database so a connection will already be established.

Does anyone know how to manipulate these menuitems at runtime?
bruce21.jpg
 
Look up the MSDN documentation on CMenu this will allow you to do what you want.

HTH


William
Software Engineer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top