Click here to Skip to main content
15,917,321 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem of Dll Pin
Nitheesh George8-May-08 22:39
Nitheesh George8-May-08 22:39 
QuestionFind the specified string and increment Pin
manju#1238-May-08 20:36
manju#1238-May-08 20:36 
AnswerRe: Find the specified string and increment Pin
Nitheesh George8-May-08 21:19
Nitheesh George8-May-08 21:19 
GeneralRe: Find the specified string and increment Pin
manju#1238-May-08 23:08
manju#1238-May-08 23:08 
AnswerRe: Find the specified string and increment Pin
Nitheesh George8-May-08 21:28
Nitheesh George8-May-08 21:28 
GeneralRe: Find the specified string and increment Pin
manju#1238-May-08 23:34
manju#1238-May-08 23:34 
QuestionIs there any method to check for a valid hwnd from an another thread? Pin
namaskaaram8-May-08 19:44
namaskaaram8-May-08 19:44 
AnswerRe: Is there any method to check for a valid hwnd from an another thread? Pin
Stephen Hewitt8-May-08 19:52
Stephen Hewitt8-May-08 19:52 
From MSDN:
A thread should not use IsWindow for a window that it did not create because the window could be destroyed after this function was called. Further, because window handles are recycled the handle could even point to a different window.


Are you sure this is a concern? If you're going to do anything with the HWND the same applies (it could be destroyed). Just use IsWindow.

Steve

AnswerRe: Is there any method to check for a valid hwnd from an another thread? Pin
asrelu10-May-08 22:52
asrelu10-May-08 22:52 
QuestionHow to Save Text File in SDI application Pin
phanindra varma8-May-08 19:05
phanindra varma8-May-08 19:05 
QuestionRe: How to Save Text File in SDI application PinPopular
Rajesh R Subramanian8-May-08 19:20
professionalRajesh R Subramanian8-May-08 19:20 
GeneralRe: How to Save Text File in SDI application Pin
Rajkumar R8-May-08 20:07
Rajkumar R8-May-08 20:07 
GeneralRe: How to Save Text File in SDI application Pin
Hamid_RT8-May-08 20:34
Hamid_RT8-May-08 20:34 
GeneralRe: How to Save Text File in SDI application Pin
Rajesh R Subramanian8-May-08 20:36
professionalRajesh R Subramanian8-May-08 20:36 
GeneralRe: How to Save Text File in SDI application Pin
Rajkumar R8-May-08 21:05
Rajkumar R8-May-08 21:05 
AnswerRe: How to Save Text File in SDI application Pin
Nitheesh George8-May-08 19:38
Nitheesh George8-May-08 19:38 
AnswerRe: How to Save Text File in SDI application Pin
Rajkumar R8-May-08 20:22
Rajkumar R8-May-08 20:22 
GeneralRe: How to Save Text File in SDI application Pin
phanindra varma9-May-08 1:13
phanindra varma9-May-08 1:13 
GeneralRe: How to Save Text File in SDI application Pin
Rajkumar R9-May-08 4:08
Rajkumar R9-May-08 4:08 
AnswerRe: How to Save Text File in SDI application [modified] Pin
asrelu10-May-08 23:29
asrelu10-May-08 23:29 
QuestionHow to Disable Menu item in SDI application Pin
phanindra varma8-May-08 19:02
phanindra varma8-May-08 19:02 
AnswerRe: How to Disable Menu item in SDI application Pin
Nibu babu thomas8-May-08 19:09
Nibu babu thomas8-May-08 19:09 
AnswerRe: How to Disable Menu item in SDI application Pin
Mukesh Kumar8-May-08 19:15
Mukesh Kumar8-May-08 19:15 
GeneralRe: How to Disable Menu item in SDI application Pin
phanindra varma9-May-08 1:07
phanindra varma9-May-08 1:07 
GeneralRe: How to Disable Menu item in SDI application Pin
phanindra varma9-May-08 20:24
phanindra varma9-May-08 20:24 

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.