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

C / C++ / MFC

 
AnswerRe: Invokin anothr process from my app Pin
sanket.patel25-Nov-05 22:46
sanket.patel25-Nov-05 22:46 
QuestionHow to get the IShellBrowser interface of a open file dialog (new style)? Pin
ragavan24-Nov-05 17:52
ragavan24-Nov-05 17:52 
QuestionReading a file? Pin
Lord Kixdemp24-Nov-05 14:19
Lord Kixdemp24-Nov-05 14:19 
AnswerRe: Reading a file? Pin
PJ Arends24-Nov-05 16:26
professionalPJ Arends24-Nov-05 16:26 
GeneralRe: Reading a file? Pin
Lord Kixdemp25-Nov-05 22:14
Lord Kixdemp25-Nov-05 22:14 
AnswerRe: Reading a file? Pin
ThatsAlok29-Nov-05 1:09
ThatsAlok29-Nov-05 1:09 
GeneralRe: Reading a file? Pin
Lord Kixdemp29-Nov-05 8:50
Lord Kixdemp29-Nov-05 8:50 
QuestionHow to transfer the filename defined as CString in CreateProcess to load the specified file Pin
greenwyx24-Nov-05 14:03
greenwyx24-Nov-05 14:03 
I use the CreateProcess() in VC.At frist, I defined a CString to get the filepath and filename.for example :
CString SelectedFile;
CFileDialog FileDialogBox(TRUE,NULL,"*.dxf",OFN_HIDEREADONLY|OFN_OVERWRITEPROMPT,szFileFilter,this);
if(FileDialogBox.DoModal()==IDOK)
{
SelectedFile=FileDialogBox.GetPathName();
}
Then in the CreateProcess() ,I want to run another programmer called "draw.exe".
My question is ,how the CreateProcess() get the value of SelectedFile when run the "draw.exe".
My purpuse is specifying the filepath and filename fristly ,and runing the "draw.exe" to load it.
Thank you
AnswerRe: How to transfer the filename defined as CString in CreateProcess to load the specified file Pin
PJ Arends24-Nov-05 16:29
professionalPJ Arends24-Nov-05 16:29 
GeneralRe: How to transfer the filename defined as CString in CreateProcess to load the specified file Pin
greenwyx27-Nov-05 15:00
greenwyx27-Nov-05 15:00 
QuestionCompiling generated code? Pin
Lord Kixdemp24-Nov-05 11:26
Lord Kixdemp24-Nov-05 11:26 
AnswerRe: Compiling generated code? Pin
Christian Graus24-Nov-05 11:51
protectorChristian Graus24-Nov-05 11:51 
GeneralRe: Compiling generated code? Pin
Lord Kixdemp24-Nov-05 11:57
Lord Kixdemp24-Nov-05 11:57 
GeneralRe: Compiling generated code? Pin
Christian Graus24-Nov-05 11:58
protectorChristian Graus24-Nov-05 11:58 
GeneralRe: Compiling generated code? Pin
Lord Kixdemp24-Nov-05 12:23
Lord Kixdemp24-Nov-05 12:23 
GeneralRe: Compiling generated code? Pin
Christian Graus24-Nov-05 12:26
protectorChristian Graus24-Nov-05 12:26 
GeneralRe: Compiling generated code? Pin
Lord Kixdemp24-Nov-05 14:17
Lord Kixdemp24-Nov-05 14:17 
QuestionCEdit Pin
LeeeNN24-Nov-05 10:37
LeeeNN24-Nov-05 10:37 
AnswerRe: CEdit Pin
BadKarma24-Nov-05 11:17
BadKarma24-Nov-05 11:17 
GeneralRe: CEdit Pin
LeeeNN24-Nov-05 18:56
LeeeNN24-Nov-05 18:56 
GeneralRe: CEdit Pin
BadKarma24-Nov-05 22:22
BadKarma24-Nov-05 22:22 
GeneralRe: CEdit Pin
LeeeNN25-Nov-05 20:58
LeeeNN25-Nov-05 20:58 
Questionfatal error C1083: Cannot open include file: 'mbctype.h', in afxv_w32.h Pin
vic1200024-Nov-05 7:22
vic1200024-Nov-05 7:22 
AnswerRe: fatal error C1083: Cannot open include file: 'mbctype.h', in afxv_w32.h Pin
dm1198-Sep-10 20:53
dm1198-Sep-10 20:53 
QuestionBinary presentation of data Pin
Amr M. K.24-Nov-05 6:52
Amr M. K.24-Nov-05 6:52 

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.