Click here to Skip to main content
15,924,367 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Display String Message.. Pin
Shah Satish27-Feb-07 22:30
Shah Satish27-Feb-07 22:30 
GeneralRe: Display String Message.. Pin
toxcct27-Feb-07 22:34
toxcct27-Feb-07 22:34 
QuestionIndenting the first line in Graphics::DrawString Pin
Bartosz Bien27-Feb-07 21:57
Bartosz Bien27-Feb-07 21:57 
QuestionWindow procedure Pin
ng4kau127-Feb-07 21:49
ng4kau127-Feb-07 21:49 
AnswerRe: Window procedure Pin
toxcct27-Feb-07 21:58
toxcct27-Feb-07 21:58 
AnswerRe: Window procedure Pin
Rick York27-Feb-07 22:11
mveRick York27-Feb-07 22:11 
Questionhow i used SendMessage or post Message for update child window? Pin
amitmistry_petlad 27-Feb-07 21:48
amitmistry_petlad 27-Feb-07 21:48 
AnswerRe: how i used SendMessage or post Message for update child window? Pin
ThatsAlok27-Feb-07 22:03
ThatsAlok27-Feb-07 22:03 
amitmistry_petlad wrote:

::SendMessage(hwndTagEditorDlg ,IDC_HIDDEN_BTN,0,0);


 problem is that. you are sending the Ctrl ID in the message Field and trying to get in WM_COMMAND message!
better way of sending it is
PostMessage(hwndTagEditorDlg,WM_COMMAND,IDC_HIDDEN_BTN,0);  and capturing that in WM_COMMAND wParam Parameter


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
Support CRY- Child Relief and You

GeneralRe: how i used SendMessage or post Message for update child window? Pin
Roger Stoltz27-Feb-07 22:30
Roger Stoltz27-Feb-07 22:30 
GeneralRe: how i used SendMessage or post Message for update child window? Pin
ThatsAlok27-Feb-07 22:42
ThatsAlok27-Feb-07 22:42 
GeneralRe: how i used SendMessage or post Message for update child window? Pin
Roger Stoltz27-Feb-07 22:48
Roger Stoltz27-Feb-07 22:48 
GeneralRe: how i used SendMessage or post Message for update child window? Pin
ThatsAlok27-Feb-07 23:15
ThatsAlok27-Feb-07 23:15 
GeneralRe: how i used SendMessage or post Message for update child window? Pin
Roger Stoltz27-Feb-07 23:33
Roger Stoltz27-Feb-07 23:33 
GeneralRe: how i used SendMessage or post Message for update child window? Pin
amitmistry_petlad 27-Feb-07 22:59
amitmistry_petlad 27-Feb-07 22:59 
GeneralRe: how i used SendMessage or post Message for update child window? Pin
ThatsAlok27-Feb-07 23:15
ThatsAlok27-Feb-07 23:15 
QuestionThreads Pin
Programm3r27-Feb-07 21:43
Programm3r27-Feb-07 21:43 
AnswerRe: Threads Pin
Roger Stoltz27-Feb-07 21:56
Roger Stoltz27-Feb-07 21:56 
GeneralRe: Threads Pin
Programm3r27-Feb-07 22:05
Programm3r27-Feb-07 22:05 
QuestionPower management to Monitor UPS Pin
abhiramsss27-Feb-07 21:05
abhiramsss27-Feb-07 21:05 
AnswerRe: Power management to Monitor UPS Pin
Nibu babu thomas27-Feb-07 21:42
Nibu babu thomas27-Feb-07 21:42 
Questionbit-field Pin
Ayman Mashal27-Feb-07 20:51
Ayman Mashal27-Feb-07 20:51 
AnswerRe: bit-field Pin
toxcct27-Feb-07 22:05
toxcct27-Feb-07 22:05 
GeneralRe: bit-field Pin
krmed28-Feb-07 1:53
krmed28-Feb-07 1:53 
GeneralRe: bit-field Pin
toxcct28-Feb-07 1:57
toxcct28-Feb-07 1:57 
GeneralRe: bit-field Pin
krmed28-Feb-07 6:59
krmed28-Feb-07 6:59 

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.