Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalhlp me out!! Pin
Member 18801463-May-05 9:40
Member 18801463-May-05 9:40 
GeneralRe: hlp me out!! Pin
Maximilien3-May-05 9:44
Maximilien3-May-05 9:44 
GeneralRe: hlp me out!! Pin
David Crow3-May-05 10:45
David Crow3-May-05 10:45 
GeneralRe: hlp me out!! Pin
Member 18801463-May-05 20:44
Member 18801463-May-05 20:44 
GeneralRe: hlp me out!! Pin
David Crow4-May-05 2:21
David Crow4-May-05 2:21 
GeneralConverting char to char* Pin
talkster53-May-05 9:10
talkster53-May-05 9:10 
GeneralRe: Converting char to char* Pin
Wes Aday3-May-05 9:16
professionalWes Aday3-May-05 9:16 
GeneralRe: Converting char to char* Pin
talkster53-May-05 9:24
talkster53-May-05 9:24 
CIni ini;
ini.SetPathName(_T("D:\\Programs\\Microsoft Visual Studio\\MyProjects\\Prog12\\Debug\\IniDemo.ini"));
char test = ini.GetChar(_T("History"), _T("Input"), TCHAR("NoneSet"));
char* Program = "";
char* Paramaters = "";
char* workingDirectory = "";
// Now just use ShellExecute to run it
ShellExecute( NULL, "open", Program, Paramaters, workingDirectory, SW_SHOW );

The char test is the one that I need to be char* otherwise the ShellExecute will not work properly. I dont really understand all of that code yet which is probably why I cant do it correctly.
GeneralRe: Converting char to char* Pin
David Crow3-May-05 10:32
David Crow3-May-05 10:32 
GeneralRe: Converting char to char* Pin
talkster53-May-05 10:42
talkster53-May-05 10:42 
GeneralRe: Converting char to char* Pin
David Crow3-May-05 10:49
David Crow3-May-05 10:49 
GeneralRe: Converting char to char* Pin
talkster53-May-05 10:57
talkster53-May-05 10:57 
GeneralRe: Converting char to char* Pin
David Crow3-May-05 11:01
David Crow3-May-05 11:01 
GeneralRe: Converting char to char* Pin
talkster53-May-05 11:04
talkster53-May-05 11:04 
GeneralRe: Converting char to char* Pin
Anonymous3-May-05 13:41
Anonymous3-May-05 13:41 
GeneralRe: Converting char to char* Pin
David Crow3-May-05 16:36
David Crow3-May-05 16:36 
GeneralRe: Converting char to char* Pin
talkster53-May-05 20:06
talkster53-May-05 20:06 
GeneralRe: Converting char to char* Pin
Aamir Butt4-May-05 1:14
Aamir Butt4-May-05 1:14 
GeneralRe: Converting char to char* Pin
David Crow4-May-05 2:15
David Crow4-May-05 2:15 
GeneralRe: Converting char to char* Pin
talkster54-May-05 4:39
talkster54-May-05 4:39 
GeneralRe: Converting char to char* Pin
David Crow4-May-05 4:49
David Crow4-May-05 4:49 
GeneralRe: Converting char to char* Pin
talkster54-May-05 5:33
talkster54-May-05 5:33 
GeneralRe: Converting char to char* Pin
David Crow4-May-05 6:07
David Crow4-May-05 6:07 
GeneralRe: Converting char to char* Pin
talkster54-May-05 6:17
talkster54-May-05 6:17 
GeneralRe: Converting char to char* Pin
talkster54-May-05 6:21
talkster54-May-05 6:21 

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.