Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How I can get the text from x,y coordinate? Pin
led mike21-Sep-06 8:06
led mike21-Sep-06 8:06 
QuestionThreads in vc++.net 1.1 Pin
sandeep_thakur21-Sep-06 7:05
sandeep_thakur21-Sep-06 7:05 
AnswerRe: Threads in vc++.net 1.1 Pin
led mike21-Sep-06 7:54
led mike21-Sep-06 7:54 
GeneralRe: Threads in vc++.net 1.1 Pin
sandeep_thakur21-Sep-06 10:53
sandeep_thakur21-Sep-06 10:53 
Question_argv[] proglems Pin
hlmechanic21-Sep-06 6:31
hlmechanic21-Sep-06 6:31 
QuestionRe: _argv[] proglems Pin
David Crow21-Sep-06 6:49
David Crow21-Sep-06 6:49 
GeneralRe: _argv[] proglems Pin
hlmechanic21-Sep-06 6:56
hlmechanic21-Sep-06 6:56 
GeneralRe: _argv[] proglems Pin
David Crow21-Sep-06 7:00
David Crow21-Sep-06 7:00 
GeneralRe: _argv[] proglems Pin
hlmechanic21-Sep-06 7:12
hlmechanic21-Sep-06 7:12 
QuestionRe: _argv[] proglems Pin
David Crow21-Sep-06 7:26
David Crow21-Sep-06 7:26 
AnswerRe: _argv[] proglems Pin
hlmechanic21-Sep-06 7:35
hlmechanic21-Sep-06 7:35 
GeneralRe: _argv[] proglems Pin
David Crow21-Sep-06 7:42
David Crow21-Sep-06 7:42 
GeneralRe: _argv[] proglems Pin
hlmechanic21-Sep-06 8:05
hlmechanic21-Sep-06 8:05 
GeneralRe: _argv[] proglems Pin
David Crow21-Sep-06 8:47
David Crow21-Sep-06 8:47 
GeneralRe: _argv[] proglems Pin
hlmechanic21-Sep-06 8:57
hlmechanic21-Sep-06 8:57 
GeneralRe: _argv[] proglems Pin
David Crow21-Sep-06 9:15
David Crow21-Sep-06 9:15 
GeneralRe: _argv[] proglems Pin
hlmechanic21-Sep-06 9:55
hlmechanic21-Sep-06 9:55 
GeneralRe: _argv[] proglems Pin
David Crow21-Sep-06 10:09
David Crow21-Sep-06 10:09 
GeneralRe: _argv[] proglems Pin
hlmechanic21-Sep-06 12:09
hlmechanic21-Sep-06 12:09 
GeneralRe: _argv[] proglems Pin
David Crow22-Sep-06 3:02
David Crow22-Sep-06 3:02 
AnswerRe: _argv[] proglems Pin
hlmechanic21-Sep-06 17:01
hlmechanic21-Sep-06 17:01 
I have found GetCommandLine() wich seems to be promising. When H:\copy of folder\file.syx is draged and droped onto H:\copy of folder\prog.exe then GetCommndLine() returns "H:\copy of folder\prog.exe" ":\copy of folder\file.syx" (including quote marks). If the same thing is done in H:\folder then "H:\copy of folder\prog.exe" H:\copy of folder\file.syx is given (note change in quote marks). I think I can get the filename from this.

I found this from the questions and answers at the end of the folowing article
Managing argc and argv[] with STL in a simple way

specal thanks to DavidCrow for trying to educate me.
QuestionRe: _argv[] proglems Pin
David Crow22-Sep-06 3:16
David Crow22-Sep-06 3:16 
AnswerRe: _argv[] proglems Pin
hlmechanic22-Sep-06 4:06
hlmechanic22-Sep-06 4:06 
QuestionRe: _argv[] proglems Pin
David Crow22-Sep-06 5:21
David Crow22-Sep-06 5:21 
AnswerRe: _argv[] proglems Pin
hlmechanic22-Sep-06 5:42
hlmechanic22-Sep-06 5:42 

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.