Click here to Skip to main content
15,926,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: azimuth formula Pin
hoxsiew13-Aug-08 8:18
hoxsiew13-Aug-08 8:18 
QuestionTreeCtrl with CheckBox !! Pin
Le@rner12-Aug-08 21:00
Le@rner12-Aug-08 21:00 
AnswerRe: TreeCtrl with CheckBox !! Pin
aks.13-Aug-08 0:57
aks.13-Aug-08 0:57 
QuestionReading a value from another Project. Pin
T.RATHA KRISHNAN12-Aug-08 19:56
T.RATHA KRISHNAN12-Aug-08 19:56 
AnswerRe: Reading a value from another Project. Pin
_AnsHUMAN_ 12-Aug-08 20:09
_AnsHUMAN_ 12-Aug-08 20:09 
QuestionRe: Reading a value from another Project. Pin
T.RATHA KRISHNAN12-Aug-08 20:21
T.RATHA KRISHNAN12-Aug-08 20:21 
AnswerRe: Reading a value from another Project. Pin
Cedric Moonen12-Aug-08 21:28
Cedric Moonen12-Aug-08 21:28 
AnswerRe: Reading a value from another Project. Pin
Jijo.Raj12-Aug-08 20:33
Jijo.Raj12-Aug-08 20:33 
Three suggestions,

1) On the button click of first application, post a user defined window message to second application and handle it accordingly in second application.

2) If you don't like to define a user defined message, utilize WM_COPYDATA and handle it accordingly. This link will be helpful - http://weseetips.com/2008/04/12/wm_copydata-can-be-used-as-simple-ipc-mechanism/[^]

3) Create a named event and the second application should wait for the event in a thread. On button click of first application, signal the event. The second application will be triggered and handle it accordingly.

Regards,
Jijo.

_____________________________________________________

http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

QuestionRe: Reading a value from another Project. [modified] Pin
T.RATHA KRISHNAN12-Aug-08 20:48
T.RATHA KRISHNAN12-Aug-08 20:48 
AnswerRe: Reading a value from another Project. Pin
Jijo.Raj12-Aug-08 21:42
Jijo.Raj12-Aug-08 21:42 
AnswerRe: Reading a value from another Project. Pin
KarstenK12-Aug-08 21:37
mveKarstenK12-Aug-08 21:37 
QuestionOpening help file on pressing f1 Pin
VCProgrammer12-Aug-08 19:27
VCProgrammer12-Aug-08 19:27 
AnswerRe: Opening help file on pressing f1 Pin
Jijo.Raj12-Aug-08 19:56
Jijo.Raj12-Aug-08 19:56 
QuestionIs there any size limit to data that can be copied to Clipboard Pin
DivyaSV12-Aug-08 19:17
DivyaSV12-Aug-08 19:17 
Question.exe file size increased Pin
kDevloper12-Aug-08 19:17
kDevloper12-Aug-08 19:17 
AnswerRe: .exe file size increased Pin
Jijo.Raj12-Aug-08 19:36
Jijo.Raj12-Aug-08 19:36 
GeneralRe: .exe file size increased Pin
kDevloper12-Aug-08 19:37
kDevloper12-Aug-08 19:37 
GeneralRe: .exe file size increased Pin
Jijo.Raj12-Aug-08 19:45
Jijo.Raj12-Aug-08 19:45 
GeneralRe: .exe file size increased Pin
kDevloper12-Aug-08 19:58
kDevloper12-Aug-08 19:58 
GeneralRe: .exe file size increased Pin
Jijo.Raj12-Aug-08 20:01
Jijo.Raj12-Aug-08 20:01 
GeneralRe: .exe file size increased Pin
Jijo.Raj12-Aug-08 20:00
Jijo.Raj12-Aug-08 20:00 
GeneralRe: .exe file size increased Pin
kDevloper12-Aug-08 20:23
kDevloper12-Aug-08 20:23 
QuestionQuick question about structure declarations and WinProc messages Pin
Aaron.Morrison12-Aug-08 17:47
Aaron.Morrison12-Aug-08 17:47 
AnswerRe: Quick question about structure declarations and WinProc messages Pin
Jijo.Raj12-Aug-08 18:52
Jijo.Raj12-Aug-08 18:52 
GeneralRe: Quick question about structure declarations and WinProc messages Pin
Aaron.Morrison12-Aug-08 18:55
Aaron.Morrison12-Aug-08 18:55 

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.