Write to windows title bar?

Started by
2 comments, last by Palidine 21 years, 10 months ago
hey, stupid question that i can''t find the answer to: how do i change the text in the title bar of a window with the WIN API? -me
Advertisement
SetWindowText
tks, just found that too..

-me
You can also do it "manually" by using SendMessage or PostMessage and sending the window a WM_SETTEXT message.

/*=========================================*/
/* Chem0sh */
/* Lead Software Engineer & Tech Support */
/* http://www.eFaces.biz */
/*=========================================*/

[edited by - Chem0sh on May 30, 2002 11:02:23 PM]
/*=========================================// Chem0sh// Lead Software Engineer & Tech Support// http://www.eFaces.biz=========================================*/

This topic is closed to new replies.

Advertisement