Click here to Skip to main content
15,903,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Put array of characters into an array member of a class Pin
David Crow21-May-08 16:00
David Crow21-May-08 16:00 
GeneralRe: Put array of characters into an array member of a class Pin
Samjiman21-May-08 23:39
Samjiman21-May-08 23:39 
AnswerRe: Put array of characters into an array member of a class Pin
Rajkumar R22-May-08 0:12
Rajkumar R22-May-08 0:12 
GeneralRe: Put array of characters into an array member of a class Pin
Samjiman22-May-08 0:40
Samjiman22-May-08 0:40 
GeneralRe: Put array of characters into an array member of a class Pin
Rajkumar R22-May-08 0:56
Rajkumar R22-May-08 0:56 
GeneralRe: Put array of characters into an array member of a class Pin
Samjiman22-May-08 5:35
Samjiman22-May-08 5:35 
GeneralRe: Put array of characters into an array member of a class Pin
Samjiman22-May-08 0:13
Samjiman22-May-08 0:13 
QuestionFind control on dialog Pin
Giorgi Dalakishvili21-May-08 10:50
mentorGiorgi Dalakishvili21-May-08 10:50 
Hello,

Let's say I have a window created bu external application and I know handle to that window. I need to find control on the dialog with specified class name. So, I know the handle of the dialog which contains the control and I know class name of the control. How can I find it?

One possible way I'm thinking of is enumerating all controls on the form using GetNextWindow and checking control's class using GetClassName function.

Am I on the right track? Is there any better/easier way to do it?

Sorry if my question is stupid, I'm not experienced in Visual c++

Thanks.

Giorgi Dalakishvili

#region signature
my articles
#endregion

QuestionRe: Find control on dialog Pin
David Crow21-May-08 11:06
David Crow21-May-08 11:06 
AnswerRe: Find control on dialog Pin
Giorgi Dalakishvili21-May-08 11:18
mentorGiorgi Dalakishvili21-May-08 11:18 
AnswerRe: Find control on dialog Pin
Force Code21-May-08 11:21
Force Code21-May-08 11:21 
GeneralRe: Find control on dialog Pin
Giorgi Dalakishvili21-May-08 11:25
mentorGiorgi Dalakishvili21-May-08 11:25 
GeneralRe: Find control on dialog Pin
Force Code21-May-08 11:37
Force Code21-May-08 11:37 
GeneralRe: Find control on dialog Pin
Giorgi Dalakishvili21-May-08 11:50
mentorGiorgi Dalakishvili21-May-08 11:50 
GeneralRe: Find control on dialog Pin
Force Code21-May-08 12:14
Force Code21-May-08 12:14 
GeneralRe: Find control on dialog Pin
Rajesh R Subramanian21-May-08 20:21
professionalRajesh R Subramanian21-May-08 20:21 
AnswerRe: Find control on dialog Pin
Rajesh R Subramanian21-May-08 19:51
professionalRajesh R Subramanian21-May-08 19:51 
GeneralRe: Find control on dialog Pin
Giorgi Dalakishvili21-May-08 19:58
mentorGiorgi Dalakishvili21-May-08 19:58 
Questionmodifying an REOBJECT Pin
Force Code21-May-08 10:00
Force Code21-May-08 10:00 
QuestionINCONSISTENCY IN VC++ Pin
edu.net21-May-08 9:35
edu.net21-May-08 9:35 
GeneralRe: INCONSISTENCY IN VC++ Pin
JudyL_MD21-May-08 10:02
JudyL_MD21-May-08 10:02 
GeneralRe: INCONSISTENCY IN VC++ Pin
edu.net21-May-08 10:40
edu.net21-May-08 10:40 
QuestionRe: INCONSISTENCY IN VC++ Pin
CPallini21-May-08 10:48
mveCPallini21-May-08 10:48 
QuestionHow to view .lib contents Pin
Jesse Evans21-May-08 7:57
Jesse Evans21-May-08 7:57 
AnswerRe: How to view .lib contents Pin
CPallini21-May-08 8:13
mveCPallini21-May-08 8:13 

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.