Click here to Skip to main content
15,887,812 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: setfocus Pin
sashoalm28-Sep-09 23:24
sashoalm28-Sep-09 23:24 
AnswerRe: setfocus Pin
CPallini28-Sep-09 23:04
mveCPallini28-Sep-09 23:04 
QuestionHow can we read one application variable value from other application Pin
mohant$.net28-Sep-09 21:49
mohant$.net28-Sep-09 21:49 
AnswerRe: How can we read one application variable value from other application Pin
Cedric Moonen28-Sep-09 21:52
Cedric Moonen28-Sep-09 21:52 
GeneralRe: How can we read one application variable value from other application Pin
mohant$.net28-Sep-09 22:22
mohant$.net28-Sep-09 22:22 
GeneralRe: How can we read one application variable value from other application Pin
Cedric Moonen28-Sep-09 22:31
Cedric Moonen28-Sep-09 22:31 
GeneralRe: How can we read one application variable value from other application Pin
mohant$.net28-Sep-09 22:54
mohant$.net28-Sep-09 22:54 
GeneralRe: How can we read one application variable value from other application Pin
Cedric Moonen28-Sep-09 23:02
Cedric Moonen28-Sep-09 23:02 
Why would you want to do something like that ? This is really not a good practice. You have to keep in mind that your dll could be used not only by your application but by any other app. So, why don't you simply export a function in your dll that the application can call. By calling this function, your application can pass the value of the variable to your dll.

Anyway, what you are trying seems very strange and it seems you are a bit confused about the dll stuff. Can you explain what you are trying to achieve exactly ? Why do you need to retrieve this variable from your dll ? Maybe we'll be able to suggest a better approach.
Please bear in mind that we can't read your screen and we don't know anything about your application.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

GeneralRe: How can we read one application variable value from other application Pin
mohant$.net28-Sep-09 23:15
mohant$.net28-Sep-09 23:15 
GeneralRe: How can we read one application variable value from other application Pin
Cedric Moonen28-Sep-09 23:26
Cedric Moonen28-Sep-09 23:26 
GeneralRe: How can we read one application variable value from other application Pin
mohant$.net28-Sep-09 23:41
mohant$.net28-Sep-09 23:41 
QuestionWait cursor remain waiting after the even finished Pin
Chesnokov Yuriy28-Sep-09 21:41
professionalChesnokov Yuriy28-Sep-09 21:41 
AnswerRe: Wait cursor remain waiting after the even finished Pin
Iain Clarke, Warrior Programmer28-Sep-09 21:58
Iain Clarke, Warrior Programmer28-Sep-09 21:58 
QuestionRe: Wait cursor remain waiting after the even finished Pin
Chesnokov Yuriy28-Sep-09 22:44
professionalChesnokov Yuriy28-Sep-09 22:44 
AnswerRe: Wait cursor remain waiting after the even finished Pin
Iain Clarke, Warrior Programmer29-Sep-09 0:26
Iain Clarke, Warrior Programmer29-Sep-09 0:26 
QuestionProblem in Image save Pin
Game-point28-Sep-09 21:37
Game-point28-Sep-09 21:37 
AnswerRe: Problem in Image save [modified] Pin
CPallini28-Sep-09 22:35
mveCPallini28-Sep-09 22:35 
GeneralRe: Problem in Image save Pin
Game-point28-Sep-09 22:47
Game-point28-Sep-09 22:47 
GeneralRe: Problem in Image save Pin
CPallini28-Sep-09 23:08
mveCPallini28-Sep-09 23:08 
GeneralRe: Problem in Image save Pin
Game-point28-Sep-09 23:13
Game-point28-Sep-09 23:13 
Questionrun one system exe on the Another system Pin
trioum28-Sep-09 21:31
trioum28-Sep-09 21:31 
AnswerRe: run one system exe on the Another system Pin
Rajesh R Subramanian29-Sep-09 1:54
professionalRajesh R Subramanian29-Sep-09 1:54 
GeneralRe: run one system exe on the Another system Pin
trioum29-Sep-09 2:44
trioum29-Sep-09 2:44 
QuestionPointer to CWnd* - why does not this work? [modified] Pin
Makakuin28-Sep-09 21:23
Makakuin28-Sep-09 21:23 
AnswerRe: Pointer to CWnd* - why does not this work? Pin
Cedric Moonen28-Sep-09 21:50
Cedric Moonen28-Sep-09 21:50 

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.