Click here to Skip to main content
15,895,667 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Recover last saved data Pin
David Crow15-Dec-09 4:48
David Crow15-Dec-09 4:48 
QuestionSetWindowTitle Header File Pin
002comp2-Dec-09 18:10
002comp2-Dec-09 18:10 
AnswerRe: SetWindowTitle Header File Pin
KingsGambit2-Dec-09 18:19
KingsGambit2-Dec-09 18:19 
GeneralRe: SetWindowTitle Header File [modified] Pin
002comp2-Dec-09 18:34
002comp2-Dec-09 18:34 
GeneralRe: SetWindowTitle Header File Pin
Madhu Nair2-Dec-09 18:43
Madhu Nair2-Dec-09 18:43 
GeneralRe: SetWindowTitle Header File Pin
002comp2-Dec-09 19:05
002comp2-Dec-09 19:05 
AnswerRe: SetWindowTitle Header File Pin
002comp2-Dec-09 20:44
002comp2-Dec-09 20:44 
GeneralRe: SetWindowTitle Header File Pin
Madhu Nair2-Dec-09 22:35
Madhu Nair2-Dec-09 22:35 
yogeshs wrote:
Now in my application I am having the handle of that window


How do you confirm that the given window handle is that of the main window, or the parent window ? If it is sure that the handle is of the main window, just call the SetWindowText API with the given window handle to change the window title.

Make sure that you are having the right window handle using the SPY[^] tool which you can find along with your Visual Studio installation.
GeneralRe: SetWindowTitle Header File Pin
002comp3-Dec-09 0:50
002comp3-Dec-09 0:50 
QuestionRe: SetWindowTitle Header File Pin
David Crow3-Dec-09 3:18
David Crow3-Dec-09 3:18 
AnswerRe: SetWindowTitle Header File Pin
002comp3-Dec-09 18:05
002comp3-Dec-09 18:05 
QuestionRe: SetWindowTitle Header File Pin
David Crow3-Dec-09 3:16
David Crow3-Dec-09 3:16 
AnswerRe: SetWindowTitle Header File Pin
002comp3-Dec-09 18:05
002comp3-Dec-09 18:05 
QuestionRe: SetWindowTitle Header File Pin
David Crow4-Dec-09 2:22
David Crow4-Dec-09 2:22 
Questionplease help!!! Pin
hoangha0522-Dec-09 17:22
hoangha0522-Dec-09 17:22 
QuestionRe: please help!!! Pin
David Crow2-Dec-09 17:34
David Crow2-Dec-09 17:34 
AnswerRe: please help!!! Pin
KingsGambit2-Dec-09 17:53
KingsGambit2-Dec-09 17:53 
AnswerRe: please help!!! Pin
Rajesh R Subramanian2-Dec-09 21:47
professionalRajesh R Subramanian2-Dec-09 21:47 
Questionis there a DEV c++ project for serial asynchrous receive/transfer ? Pin
jumbin2-Dec-09 14:32
jumbin2-Dec-09 14:32 
AnswerRe: is there a DEV c++ project for serial asynchrous receive/transfer ? Pin
Cedric Moonen2-Dec-09 20:22
Cedric Moonen2-Dec-09 20:22 
Questionimplementation of a key value array (not using std::map) ? Pin
doug252-Dec-09 11:41
doug252-Dec-09 11:41 
QuestionRe: implementation of a key value array (not using std::map) ? Pin
CPallini2-Dec-09 12:02
mveCPallini2-Dec-09 12:02 
AnswerRe: implementation of a key value array (not using std::map) ? Pin
doug252-Dec-09 12:17
doug252-Dec-09 12:17 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
«_Superman_»2-Dec-09 12:27
professional«_Superman_»2-Dec-09 12:27 
GeneralRe: implementation of a key value array (not using std::map) ? Pin
Richard MacCutchan2-Dec-09 12:38
mveRichard MacCutchan2-Dec-09 12:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.