Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Invalidating() all view Pin
S O S8-Dec-02 1:49
S O S8-Dec-02 1:49 
GeneralRe: Invalidating() all view Pin
Jim A. Johnson8-Dec-02 7:26
Jim A. Johnson8-Dec-02 7:26 
GeneralRe: Invalidating() all view Pin
S O S8-Dec-02 7:29
S O S8-Dec-02 7:29 
QuestionHow to judge a handle? Pin
xi9047-Dec-02 23:09
xi9047-Dec-02 23:09 
AnswerRe: How to judge a handle? Pin
Roman Fadeyev8-Dec-02 0:54
Roman Fadeyev8-Dec-02 0:54 
GeneralRe: How to judge a handle? Pin
Paul M Watt8-Dec-02 6:22
mentorPaul M Watt8-Dec-02 6:22 
AnswerRe: How to judge a handle? Pin
Paul M Watt8-Dec-02 6:24
mentorPaul M Watt8-Dec-02 6:24 
AnswerRe: How to judge a handle? Pin
Joe Woodbury9-Dec-02 19:33
professionalJoe Woodbury9-Dec-02 19:33 
If it's a handle to a window, you can call IsWindow().

For other handles and Win98 compatibility, you could use DuplicateHandle() and check the error returns (don't forget to close the duplicated handle if successful.)
GeneralDetect the path where is running an application VC++ Pin
nencini7-Dec-02 20:15
nencini7-Dec-02 20:15 
GeneralRe: Detect the path where is running an application VC++ Pin
geo_m7-Dec-02 20:24
geo_m7-Dec-02 20:24 
GeneralRe: Detect the path where is running an application VC++ Pin
Roman Fadeyev7-Dec-02 23:59
Roman Fadeyev7-Dec-02 23:59 
GeneralRe: Detect the path where is running an application VC++ Pin
Gaul8-Dec-02 3:28
Gaul8-Dec-02 3:28 
GeneralRe: Detect the path where is running an application VC++ Pin
Ravi Bhavnani8-Dec-02 12:40
professionalRavi Bhavnani8-Dec-02 12:40 
GeneralRe: Detect the path where is running an application VC++ Pin
pranavamhari8-Dec-02 14:39
pranavamhari8-Dec-02 14:39 
GeneralBig Question Pin
abarker047-Dec-02 17:45
abarker047-Dec-02 17:45 
GeneralRe: Big Question Pin
zarzor7-Dec-02 18:16
zarzor7-Dec-02 18:16 
GeneralRe: Big Question Pin
abarker048-Dec-02 4:56
abarker048-Dec-02 4:56 
GeneralRe: Big Question Pin
Christian Graus8-Dec-02 10:54
protectorChristian Graus8-Dec-02 10:54 
GeneralRe: Big Question Pin
zarzor8-Dec-02 11:58
zarzor8-Dec-02 11:58 
GeneralRe: Big Question Pin
jhwurmbach8-Dec-02 21:51
jhwurmbach8-Dec-02 21:51 
GeneralRe: Big Question Pin
zarzor10-Dec-02 15:27
zarzor10-Dec-02 15:27 
GeneralRe: Big Question..I found it !! Pin
zarzor11-Dec-02 11:56
zarzor11-Dec-02 11:56 
GeneralCString acting weird Pin
IGx897-Dec-02 15:40
IGx897-Dec-02 15:40 
GeneralRe: CString acting weird Pin
Christian Graus7-Dec-02 16:02
protectorChristian Graus7-Dec-02 16:02 
GeneralRe: CString acting weird Pin
IGx897-Dec-02 16:06
IGx897-Dec-02 16:06 

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.