I've been experimenting with Lance's DDT tool bar sample and I cannot figure out how to change the text for a button during runtime. Ie. when a user clicks on a button, I'd like to change the text associated with it.
I've tried sending a second %TB_ADDSTRING message with a new string (complete), but that didn't work. I don't see any other messages in my Win32 Help file that would do it either...
Help!
------------------
Bernard Ertl
I've tried sending a second %TB_ADDSTRING message with a new string (complete), but that didn't work. I don't see any other messages in my Win32 Help file that would do it either...
Help!
------------------
Bernard Ertl
Comment