Click here to Skip to main content
15,890,506 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Detect text (word) under mouse pointer Pin
Stephen Hewitt30-Apr-09 0:02
Stephen Hewitt30-Apr-09 0:02 
GeneralRe: Detect text (word) under mouse pointer Pin
Héctor Pavón30-Apr-09 5:27
Héctor Pavón30-Apr-09 5:27 
Questionupdating from vc2002 to vc2005 Pin
002comp29-Apr-09 22:30
002comp29-Apr-09 22:30 
AnswerRe: updating from vc2002 to vc2005 Pin
_AnsHUMAN_ 29-Apr-09 22:35
_AnsHUMAN_ 29-Apr-09 22:35 
GeneralRe: updating from vc2002 to vc2005 Pin
002comp29-Apr-09 22:53
002comp29-Apr-09 22:53 
QuestionRe: updating from vc2002 to vc2005 Pin
David Crow30-Apr-09 3:51
David Crow30-Apr-09 3:51 
Question::ShellExecute - Problem passing arguments Pin
PankajB29-Apr-09 22:10
PankajB29-Apr-09 22:10 
AnswerRe: ::ShellExecute - Problem passing arguments Pin
Rajesh R Subramanian29-Apr-09 22:23
professionalRajesh R Subramanian29-Apr-09 22:23 
PankajB wrote:
ABC.exe application got launched but text "Hello" never got displayed on the console.


What is the target application doing with the parameters passed on to it? Is there any code for displaying it or not? Roll eyes | :rolleyes:


PankajB wrote:
2. In place of this hardcoded text i.e., "Hello", incase I want to send some text stored in CString type variable then how can I do that.


You can pass the CString variable as the fourth parameter as it is, because ShellExecute is expecting an LPCTSTR there and CString will be automatically casted there.


It is a crappy thing, but it's life -^ Carlo Pallini

GeneralRe: ::ShellExecute - Problem passing arguments Pin
PankajB29-Apr-09 22:27
PankajB29-Apr-09 22:27 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
Rajesh R Subramanian29-Apr-09 22:32
professionalRajesh R Subramanian29-Apr-09 22:32 
AnswerRe: ::ShellExecute - Problem passing arguments Pin
Cedric Moonen29-Apr-09 22:27
Cedric Moonen29-Apr-09 22:27 
QuestionRe: ::ShellExecute - Problem passing arguments Pin
CPallini29-Apr-09 22:32
mveCPallini29-Apr-09 22:32 
AnswerRe: ::ShellExecute - Problem passing arguments Pin
PankajB29-Apr-09 22:42
PankajB29-Apr-09 22:42 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
Michael Schubert29-Apr-09 22:51
Michael Schubert29-Apr-09 22:51 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
Rajesh R Subramanian29-Apr-09 22:52
professionalRajesh R Subramanian29-Apr-09 22:52 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
CPallini29-Apr-09 23:02
mveCPallini29-Apr-09 23:02 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
Michael Schubert29-Apr-09 23:16
Michael Schubert29-Apr-09 23:16 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
CPallini29-Apr-09 23:34
mveCPallini29-Apr-09 23:34 
QuestionRe: ::ShellExecute - Problem passing arguments Pin
David Crow30-Apr-09 3:56
David Crow30-Apr-09 3:56 
QuestionWhat does <<< or >>> mean? Pin
detonation99729-Apr-09 21:22
detonation99729-Apr-09 21:22 
AnswerRe: What does <<< or >>> mean? Pin
Chris Losinger30-Apr-09 2:43
professionalChris Losinger30-Apr-09 2:43 
QuestionHow to stop the thread if it's running? Pin
mikert_200829-Apr-09 21:01
mikert_200829-Apr-09 21:01 
AnswerRe: How to stop the thread if it's running? Pin
CPallini29-Apr-09 21:06
mveCPallini29-Apr-09 21:06 
GeneralRe: How to stop the thread if it's running? Pin
mikert_200829-Apr-09 21:19
mikert_200829-Apr-09 21:19 
GeneralRe: How to stop the thread if it's running? Pin
Cedric Moonen29-Apr-09 21:29
Cedric Moonen29-Apr-09 21:29 

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.