Click here to Skip to main content
15,879,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhere to post/share example? Pin
ReturnVoid30-Mar-13 1:45
ReturnVoid30-Mar-13 1:45 
AnswerRe: Where to post/share example? Pin
NotPolitcallyCorrect30-Mar-13 2:29
NotPolitcallyCorrect30-Mar-13 2:29 
AnswerRe: Where to post/share example? Pin
Captain Price30-Mar-13 3:27
professionalCaptain Price30-Mar-13 3:27 
QuestionHow to control the other app using Window API Pin
Member 916988729-Mar-13 4:16
Member 916988729-Mar-13 4:16 
AnswerRe: How to control the other app using Window API Pin
dusty_dex29-Mar-13 4:27
dusty_dex29-Mar-13 4:27 
GeneralRe: How to control the other app using Window API Pin
Member 916988729-Mar-13 5:38
Member 916988729-Mar-13 5:38 
AnswerRe: How to control the other app using Window API Pin
Richard MacCutchan29-Mar-13 5:59
mveRichard MacCutchan29-Mar-13 5:59 
AnswerRe: How to control the other app using Window API Pin
Erudite_Eric31-Mar-13 5:04
Erudite_Eric31-Mar-13 5:04 
The classic way os to do a PostMessage() (Or SendMessage()) for which you need tohe window handle of the receiving app and thw WM_COMAND value of te controll you want to manipulate.

You can also do some surprisingly nifty stuff with windows hooks (look at SetWindowsHookEx()) if you want total control of another app.
==============================

Nothing to say.

QuestionIs someone willing? Pin
Member 982361929-Mar-13 2:36
Member 982361929-Mar-13 2:36 
AnswerRe: Is someone willing? Pin
Richard MacCutchan29-Mar-13 3:39
mveRichard MacCutchan29-Mar-13 3:39 
GeneralRe: Is someone willing? Pin
Member 982361929-Mar-13 8:13
Member 982361929-Mar-13 8:13 
QuestionShell Link Properties [SOLVED] Pin
Richard Andrew x6428-Mar-13 15:48
professionalRichard Andrew x6428-Mar-13 15:48 
QuestionAddSourceFilter - passing file path paramater Pin
Vaclav_28-Mar-13 11:47
Vaclav_28-Mar-13 11:47 
AnswerRe: AddSourceFilter - passing file path paramater Pin
Richard MacCutchan28-Mar-13 22:41
mveRichard MacCutchan28-Mar-13 22:41 
RantISamplerGrabber future ?? Pin
Vaclav_26-Mar-13 8:01
Vaclav_26-Mar-13 8:01 
GeneralRe: ISamplerGrabber future ?? Pin
Richard MacCutchan26-Mar-13 9:17
mveRichard MacCutchan26-Mar-13 9:17 
GeneralRe: ISamplerGrabber future ?? Pin
Chris Losinger27-Mar-13 5:03
professionalChris Losinger27-Mar-13 5:03 
GeneralRe: ISamplerGrabber future ?? Pin
Richard MacCutchan27-Mar-13 5:15
mveRichard MacCutchan27-Mar-13 5:15 
GeneralRe: ISamplerGrabber future ?? Pin
Joe Woodbury26-Mar-13 9:26
professionalJoe Woodbury26-Mar-13 9:26 
GeneralRe: ISamplerGrabber future ?? Pin
SoMad26-Mar-13 11:57
professionalSoMad26-Mar-13 11:57 
GeneralRe: ISamplerGrabber future ?? Pin
Vaclav_28-Mar-13 12:14
Vaclav_28-Mar-13 12:14 
GeneralRe: ISamplerGrabber future ?? Pin
SoMad28-Mar-13 20:34
professionalSoMad28-Mar-13 20:34 
QuestionTurbo code implementation in C++ Pin
Manoj739025-Mar-13 20:50
Manoj739025-Mar-13 20:50 
AnswerRe: Turbo code implementation in C++ Pin
Jochen Arndt25-Mar-13 22:09
professionalJochen Arndt25-Mar-13 22:09 
GeneralRe: Turbo code implementation in C++ Pin
vikramlinux25-Mar-13 22:39
vikramlinux25-Mar-13 22:39 

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.