Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionImpossible mission ?! Pin
Liron Hirsch4-Oct-06 3:51
Liron Hirsch4-Oct-06 3:51 
QuestionRe: Impossible mission ?! Pin
David Crow4-Oct-06 4:44
David Crow4-Oct-06 4:44 
AnswerRe: Impossible mission ?! Pin
Liron Hirsch4-Oct-06 5:56
Liron Hirsch4-Oct-06 5:56 
AnswerRe: Impossible mission ?! Pin
Hamid_RT4-Oct-06 6:39
Hamid_RT4-Oct-06 6:39 
GeneralRe: Impossible mission ?! Pin
David Crow4-Oct-06 9:15
David Crow4-Oct-06 9:15 
AnswerRe: Impossible mission ?! Pin
ThatsAlok4-Oct-06 8:01
ThatsAlok4-Oct-06 8:01 
QuestionRemote path validation Pin
Gokul_md4-Oct-06 3:11
Gokul_md4-Oct-06 3:11 
AnswerRe: Remote path validation Pin
David Crow4-Oct-06 3:16
David Crow4-Oct-06 3:16 
Gokul_md wrote:
how to validate a given directory path ( is valid or not) in vc++?


How about PathIsDirectory()?

Gokul_md wrote:
how to execute a dos command in MFC?


Like you would anything else, use CreateProcess() or ShellExecute(). However, some DOS commands have an equivalent API (e.g., dir, copy).


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: Remote path validation Pin
Gokul_md4-Oct-06 3:33
Gokul_md4-Oct-06 3:33 
QuestionRe: Remote path validation Pin
David Crow4-Oct-06 3:39
David Crow4-Oct-06 3:39 
GeneralRe: Remote path validation Pin
ThatsAlok4-Oct-06 8:00
ThatsAlok4-Oct-06 8:00 
QuestionThread safety/design patterns Pin
naen4-Oct-06 3:04
naen4-Oct-06 3:04 
AnswerRe: Thread safety/design patterns Pin
Shog94-Oct-06 4:47
sitebuilderShog94-Oct-06 4:47 
AnswerRe: Thread safety/design patterns Pin
Mark Salsbery4-Oct-06 9:31
Mark Salsbery4-Oct-06 9:31 
AnswerRe: Thread safety/design patterns Pin
Moak9-Oct-06 2:19
Moak9-Oct-06 2:19 
Questionfirst TrackPopupMenu,then how to response right button click on the menu? Pin
31415926534-Oct-06 2:16
31415926534-Oct-06 2:16 
AnswerRe: first TrackPopupMenu,then how to response right button click on the menu? Pin
ShilpiP4-Oct-06 2:27
ShilpiP4-Oct-06 2:27 
GeneralRe: first TrackPopupMenu,then how to response right button click on the menu? Pin
31415926534-Oct-06 2:34
31415926534-Oct-06 2:34 
GeneralRe: first TrackPopupMenu,then how to response right button click on the menu? Pin
ShilpiP4-Oct-06 3:00
ShilpiP4-Oct-06 3:00 
GeneralRe: first TrackPopupMenu,then how to response right button click on the menu? Pin
ThatsAlok4-Oct-06 19:51
ThatsAlok4-Oct-06 19:51 
AnswerRe: first TrackPopupMenu,then how to response right button click on the menu? Pin
toxcct4-Oct-06 2:31
toxcct4-Oct-06 2:31 
QuestionPrinting Pin
kk.tvm4-Oct-06 1:58
kk.tvm4-Oct-06 1:58 
AnswerRe: Printing Pin
Hamid_RT4-Oct-06 2:04
Hamid_RT4-Oct-06 2:04 
AnswerRe: Printing Pin
Ștefan-Mihai MOGA4-Oct-06 2:33
professionalȘtefan-Mihai MOGA4-Oct-06 2:33 
AnswerRe: Printing Pin
David Crow4-Oct-06 2:58
David Crow4-Oct-06 2:58 

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.