Click here to Skip to main content
15,888,286 members
Home / Discussions / C#
   

C#

 
QuestionRe: Reach usercontrol's child control's methods Pin
Richard MacCutchan16-May-14 6:38
mveRichard MacCutchan16-May-14 6:38 
AnswerRe: Reach usercontrol's child control's methods Pin
OriginalGriff16-May-14 8:03
mveOriginalGriff16-May-14 8:03 
GeneralRe: Reach usercontrol's child control's methods Pin
Richard MacCutchan16-May-14 21:25
mveRichard MacCutchan16-May-14 21:25 
AnswerRe: Reach usercontrol's child control's methods Pin
Emre Ataseven17-May-14 10:55
professionalEmre Ataseven17-May-14 10:55 
AnswerRe: Reach usercontrol's child control's methods Pin
SledgeHammer0117-May-14 11:31
SledgeHammer0117-May-14 11:31 
GeneralRe: Reach usercontrol's child control's methods Pin
op7518-May-14 22:00
op7518-May-14 22:00 
QuestionFail to click on Child windows using API Pin
Member 1063699816-May-14 3:29
Member 1063699816-May-14 3:29 
QuestionRe: Fail to click on Child windows using API Pin
Alan N16-May-14 5:46
Alan N16-May-14 5:46 
Can you explain how your code operates, that is, what do you think it does.

I have
1) Enumerate all top level windows and select one by title
2) Enumerate the 1st level of child windows and select one by class name and title
3) ???

What is that FindWindowEx call doing? The assignment of the hwnd argument is unclear (typo?) but as configured FindWindowEx is searching for the first child of 'hwnd' with the same classname and title as the child window found by the GetChildWindows enumerator. If the call is successful what is the relationship of the window found to the selected child window found by the enumerator?

Alan.
AnswerRe: Fail to click on Child windows using API Pin
Member 1063699816-May-14 6:43
Member 1063699816-May-14 6:43 
QuestionRe: Fail to click on Child windows using API Pin
Alan N16-May-14 8:32
Alan N16-May-14 8:32 
AnswerRe: Fail to click on Child windows using API Pin
Member 1063699816-May-14 10:34
Member 1063699816-May-14 10:34 
QuestionRe: Fail to click on Child windows using API Pin
Alan N19-May-14 1:50
Alan N19-May-14 1:50 
AnswerRe: Fail to click on Child windows using API Pin
Member 1063699819-May-14 6:04
Member 1063699819-May-14 6:04 
AnswerRe: Fail to click on Child windows using API Pin
Member 1063699819-May-14 6:33
Member 1063699819-May-14 6:33 
Questionsimple log in authorized member sample! Pin
Hakan Bulut16-May-14 0:26
Hakan Bulut16-May-14 0:26 
SuggestionRe: simple log in authorized member sample! Pin
Richard MacCutchan16-May-14 0:49
mveRichard MacCutchan16-May-14 0:49 
GeneralRe: simple log in authorized member sample! Pin
Hakan Bulut16-May-14 1:09
Hakan Bulut16-May-14 1:09 
GeneralRe: simple log in authorized member sample! Pin
Richard MacCutchan16-May-14 1:16
mveRichard MacCutchan16-May-14 1:16 
GeneralRe: simple log in authorized member sample! Pin
Hakan Bulut16-May-14 1:32
Hakan Bulut16-May-14 1:32 
GeneralRe: simple log in authorized member sample! Pin
Richard MacCutchan16-May-14 1:35
mveRichard MacCutchan16-May-14 1:35 
GeneralRe: simple log in authorized member sample! Pin
Hakan Bulut16-May-14 1:52
Hakan Bulut16-May-14 1:52 
GeneralRe: simple log in authorized member sample! Pin
OriginalGriff16-May-14 2:08
mveOriginalGriff16-May-14 2:08 
GeneralRe: simple log in authorized member sample! Pin
Richard MacCutchan16-May-14 2:28
mveRichard MacCutchan16-May-14 2:28 
GeneralRe: simple log in authorized member sample! Pin
Hakan Bulut16-May-14 2:47
Hakan Bulut16-May-14 2:47 
GeneralRe: simple log in authorized member sample! Pin
Richard MacCutchan16-May-14 2:49
mveRichard MacCutchan16-May-14 2:49 

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.