Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: visual dot net c++ problem please help Pin
Ali Rafiee6-Apr-05 8:59
Ali Rafiee6-Apr-05 8:59 
Generalprogress bar.. Pin
trigger916-Apr-05 7:59
susstrigger916-Apr-05 7:59 
GeneralRe: progress bar.. Pin
David Crow7-Apr-05 3:04
David Crow7-Apr-05 3:04 
Generalnetwork question Pin
madretierra6-Apr-05 7:20
madretierra6-Apr-05 7:20 
QuestionHow to Simulate a button pressing on external app? Pin
yaniv_av6-Apr-05 6:17
yaniv_av6-Apr-05 6:17 
AnswerRe: How to Simulate a button pressing on external app? Pin
Ravi Bhavnani6-Apr-05 6:52
professionalRavi Bhavnani6-Apr-05 6:52 
GeneralRe: How to Simulate a button pressing on external app? Pin
yaniv_av6-Apr-05 7:31
yaniv_av6-Apr-05 7:31 
AnswerRe: How to Simulate a button pressing on external app? Pin
Ali Rafiee6-Apr-05 8:55
Ali Rafiee6-Apr-05 8:55 
This can be very easy or very hard depending on the type of application.
What you can do is use Spy++ to find the ID of the button in the third party app.
Then from your application you can call FindWindow to find the main window of the third party application.
If the button is a child of the main window all you have to do is post a BN_CLICKED message to that window.
If owner of the button is a child of the main window, then you need to do some digging to find the handle to the owner window.

AliR.
QuestionNumberBox? Pin
Anonymous6-Apr-05 5:13
Anonymous6-Apr-05 5:13 
AnswerRe: NumberBox? Pin
V.6-Apr-05 5:14
professionalV.6-Apr-05 5:14 
GeneralRe: NumberBox? Pin
Anonymous6-Apr-05 5:42
Anonymous6-Apr-05 5:42 
GeneralRe: NumberBox? Pin
Maximilien6-Apr-05 6:52
Maximilien6-Apr-05 6:52 
GeneralRe: NumberBox? Pin
Anonymous6-Apr-05 9:29
Anonymous6-Apr-05 9:29 
GeneralRe: NumberBox? Pin
Anonymous6-Apr-05 9:42
Anonymous6-Apr-05 9:42 
GeneralRe: NumberBox? Pin
Anonymous6-Apr-05 8:16
Anonymous6-Apr-05 8:16 
GeneralAntialiased Arc Algorithm Pin
Naren Neelamegam6-Apr-05 2:03
Naren Neelamegam6-Apr-05 2:03 
GeneralRe: Antialiased Arc Algorithm Pin
Ryan Binns6-Apr-05 18:43
Ryan Binns6-Apr-05 18:43 
GeneralRe: Antialiased Arc Algorithm Pin
Naren Neelamegam8-Apr-05 0:53
Naren Neelamegam8-Apr-05 0:53 
GeneralCHtmlView and XP Style Pin
status6-Apr-05 1:59
status6-Apr-05 1:59 
GeneralGetHandleMask() Pin
Balaji Krishna6-Apr-05 0:39
Balaji Krishna6-Apr-05 0:39 
GeneralRe: GetHandleMask() Pin
Balaji Krishna6-Apr-05 2:05
Balaji Krishna6-Apr-05 2:05 
GeneralRe: GetHandleMask() Pin
Blake Miller6-Apr-05 5:25
Blake Miller6-Apr-05 5:25 
Questiontapi??? Pin
mpallavi6-Apr-05 0:24
mpallavi6-Apr-05 0:24 
AnswerRe: tapi??? Pin
Claudio Grazioli6-Apr-05 3:39
Claudio Grazioli6-Apr-05 3:39 
AnswerRe: tapi??? Pin
jerry0davis6-Apr-05 23:12
jerry0davis6-Apr-05 23:12 

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.