Updating and changing Title Bar in Application
-
I have been looking through the threads of in the board.Can't seems to be able to understand how to do it. I need to get rid of the ugly message in the Title bar with "Untitled - myprogram" and update it with my own message. Anyone that can help me on that? Please try to include some lines of codes. I am really very new in VC++ 6.0. :confused::confused: Thanks!:omg:
-
I have been looking through the threads of in the board.Can't seems to be able to understand how to do it. I need to get rid of the ugly message in the Title bar with "Untitled - myprogram" and update it with my own message. Anyone that can help me on that? Please try to include some lines of codes. I am really very new in VC++ 6.0. :confused::confused: Thanks!:omg:
-
Try looking up SetWindowText in ur MSDN, sorry about lines of code, but its nearly: in the MainFrame Class or dialog class u call: SetWindowText ( _T("Ur title") ) ; Papa Murex Co. while (TRUE) Papa.WillLove ( Bebe ) ;
Thanks for the information. I was trying a few ways to do it and it's working!! Just curious, is there anyway I could replace the whole line of the title bar. I mean I could replace the Untitled part, but not able to get rid of the program name at the end of the string. :-D