Mar 30, 2005 #1 japhy Programmer Sep 27, 2004 12 US Hi everyone, I'm trying to change the menu text of a VC6 dialog application dynamically. Basically i want to set the menu title itself to a string retreived from another bit of code. Anyone know how to do this? Thanks in advance, DT
Hi everyone, I'm trying to change the menu text of a VC6 dialog application dynamically. Basically i want to set the menu title itself to a string retreived from another bit of code. Anyone know how to do this? Thanks in advance, DT
Mar 30, 2005 #2 apatterno Programmer Nov 26, 2002 368 US Take a look at the SetMenuItemInfo system call. I REALLY hope that helps. Will Upvote 0 Downvote