Click here to Skip to main content
15,881,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I this correct? Pin
David Crow10-Feb-16 4:25
David Crow10-Feb-16 4:25 
GeneralRe: I this correct? Pin
VISWESWARAN199810-Feb-16 4:28
professionalVISWESWARAN199810-Feb-16 4:28 
GeneralRe: I this correct? Pin
David Crow10-Feb-16 4:30
David Crow10-Feb-16 4:30 
GeneralRe: I this correct? Pin
Richard MacCutchan10-Feb-16 4:26
mveRichard MacCutchan10-Feb-16 4:26 
PraiseRe: I this correct? Pin
VISWESWARAN199810-Feb-16 4:30
professionalVISWESWARAN199810-Feb-16 4:30 
GeneralRe: I this correct? Pin
VISWESWARAN199810-Feb-16 7:28
professionalVISWESWARAN199810-Feb-16 7:28 
GeneralRe: I this correct? Pin
Richard MacCutchan10-Feb-16 7:41
mveRichard MacCutchan10-Feb-16 7:41 
GeneralRe: I this correct? Pin
VISWESWARAN199810-Feb-16 8:01
professionalVISWESWARAN199810-Feb-16 8:01 
Sir, I referred here Execute a Program with C++[^]

and did this
C++
ShellExecute(
				NULL,
				_T("open"),
				_T("cmd.exe"),
				_T("attrib"),                            
				(show),
				SW_SHOW);

it is showing the show (I mean the directory) like this K:\ but not ececuting the attrib.how could I solve this?

Thank you
SuggestionRe: I this correct? Pin
David Crow10-Feb-16 9:59
David Crow10-Feb-16 9:59 
GeneralRe: I this correct? Pin
Richard MacCutchan10-Feb-16 21:56
mveRichard MacCutchan10-Feb-16 21:56 
GeneralRe: I this correct? Pin
VISWESWARAN199811-Feb-16 8:48
professionalVISWESWARAN199811-Feb-16 8:48 
SuggestionRe: I this correct? Pin
David Crow11-Feb-16 9:22
David Crow11-Feb-16 9:22 
GeneralRe: I this correct? Pin
VISWESWARAN199811-Feb-16 9:44
professionalVISWESWARAN199811-Feb-16 9:44 
GeneralRe: I this correct? Pin
David Crow11-Feb-16 9:46
David Crow11-Feb-16 9:46 
GeneralRe: I this correct? Pin
VISWESWARAN199811-Feb-16 9:49
professionalVISWESWARAN199811-Feb-16 9:49 
AnswerRe: I this correct? Pin
David Crow11-Feb-16 9:53
David Crow11-Feb-16 9:53 
GeneralRe: I this correct? Pin
VISWESWARAN199812-Feb-16 4:38
professionalVISWESWARAN199812-Feb-16 4:38 
GeneralRe: I this correct? Pin
Richard MacCutchan11-Feb-16 9:58
mveRichard MacCutchan11-Feb-16 9:58 
GeneralRe: I this correct? Pin
VISWESWARAN199812-Feb-16 4:39
professionalVISWESWARAN199812-Feb-16 4:39 
QuestionAdding MFC dependency as static Pin
MrKBA9-Feb-16 23:37
MrKBA9-Feb-16 23:37 
AnswerRe: Adding MFC dependency as static Pin
Richard MacCutchan10-Feb-16 0:11
mveRichard MacCutchan10-Feb-16 0:11 
AnswerRe: Adding MFC dependency as static Pin
Richard Andrew x6410-Feb-16 9:13
professionalRichard Andrew x6410-Feb-16 9:13 
Questionampersand don't underline my first letter in label Pin
Isawyouoo9-Feb-16 9:37
Isawyouoo9-Feb-16 9:37 
QuestionRe: ampersand don't underline my first letter in label Pin
David Crow9-Feb-16 18:05
David Crow9-Feb-16 18:05 
AnswerRe: ampersand don't underline my first letter in label Pin
Gerry Schmitz9-Feb-16 18:28
mveGerry Schmitz9-Feb-16 18:28 

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.