Thread: Menu updating -
View Single Post
Old Jan 21st, 2008, 5:38 AM   #6
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4 Ancient Dragon is on a distinguished road
Re: Menu updating -

I compiled and ran your program. Works (sortof) on my computer Every second or so it adds a new menu item with a number on it. Isn't that what you want ? If you want to just update an existing menu item instead of adding a new one (which makes more sense to me) than call SetMenuItemInfo() instead of AppendMenu() inside that timer event handler function.
Ancient Dragon is offline   Reply With Quote