Click here to Skip to main content
15,908,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Whole Operating system is getting hanged. Pin
chakor12329-Aug-06 0:40
chakor12329-Aug-06 0:40 
QuestionRe: Whole Operating system is getting hanged. Pin
chakor12329-Aug-06 0:42
chakor12329-Aug-06 0:42 
AnswerRe: Whole Operating system is getting hanged. Pin
Rage29-Aug-06 1:30
professionalRage29-Aug-06 1:30 
GeneralRe: Whole Operating system is getting hanged. Pin
toxcct29-Aug-06 2:19
toxcct29-Aug-06 2:19 
GeneralRe: Whole Operating system is getting hanged. Pin
Rage29-Aug-06 2:23
professionalRage29-Aug-06 2:23 
AnswerRe: Whole Operating system is getting hanged. Pin
Hamid_RT30-Aug-06 7:54
Hamid_RT30-Aug-06 7:54 
QuestionNetValidateName() Issue?? Pin
Programm3r28-Aug-06 22:52
Programm3r28-Aug-06 22:52 
AnswerRe: NetValidateName() Issue?? Pin
Programm3r28-Aug-06 23:42
Programm3r28-Aug-06 23:42 
GeneralRe: NetValidateName() Issue?? Pin
David Crow29-Aug-06 3:21
David Crow29-Aug-06 3:21 
QuestionDirectx8 - drawing a square - messing up things [modified] Pin
seq-28-Aug-06 22:41
seq-28-Aug-06 22:41 
QuestionHow to implement "edit contour"? Pin
skycaption28-Aug-06 22:24
skycaption28-Aug-06 22:24 
AnswerRe: How to implement "edit contour"? Pin
benjymous29-Aug-06 2:38
benjymous29-Aug-06 2:38 
Questioncontrolling 2 apps Pin
jamni28-Aug-06 22:18
jamni28-Aug-06 22:18 
AnswerRe: controlling 2 apps Pin
Programm3r28-Aug-06 22:54
Programm3r28-Aug-06 22:54 
GeneralRe: controlling 2 apps Pin
toxcct28-Aug-06 23:04
toxcct28-Aug-06 23:04 
GeneralRe: controlling 2 apps Pin
Programm3r28-Aug-06 23:14
Programm3r28-Aug-06 23:14 
AnswerRe: controlling 2 apps Pin
khan++29-Aug-06 0:24
khan++29-Aug-06 0:24 
GeneralRe: controlling 2 apps Pin
Rage29-Aug-06 1:32
professionalRage29-Aug-06 1:32 
GeneralRe: controlling 2 apps Pin
John M. Drescher29-Aug-06 1:40
John M. Drescher29-Aug-06 1:40 
GeneralRe: controlling 2 apps Pin
khan++29-Aug-06 1:50
khan++29-Aug-06 1:50 
GeneralRe: controlling 2 apps [modified] Pin
jamni29-Aug-06 16:03
jamni29-Aug-06 16:03 
GeneralRe: controlling 2 apps Pin
khan++29-Aug-06 21:10
khan++29-Aug-06 21:10 
The third party app does not have to be spawned by your app (that will not make a difference anyway). First, your app will find the other application's window (using FindWindow()), then find its child at that point. That way, you have the child control (could be the button you are looking for) of that third-party app.
And yes, you can use ChildWindowFromPoint() with any app.


this is this.

GeneralRe: controlling 2 apps Pin
jamni30-Aug-06 15:50
jamni30-Aug-06 15:50 
AnswerRe: controlling 2 apps Pin
Stephen Hewitt29-Aug-06 13:52
Stephen Hewitt29-Aug-06 13:52 
Questionhow to know [modified] Pin
RockyJames28-Aug-06 22:09
RockyJames28-Aug-06 22:09 

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.