Click to See Complete Forum and Search --> : Modifying title bar's message...


esselfe
May 24th, 2006, 07:54 AM
Hi al!

do you know how to change the title bar's message?

I've seen it I don't know where...

My app has an intro with two button splitting the app's function in two mode. each one of these mode need a distinctive title bar, but i doesn't seem to be non-static... i tried "LABEL" instead of "STATIC" in the CreateWindowEx()... nop.


Thx

golanshahar
May 24th, 2006, 08:10 AM
Look at ::SetWindowText() (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/setwindowtext.asp).

Chher