Click here to Skip to main content
16,004,969 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Controls & SDI Pin
Hamid_RT22-Jan-07 5:59
Hamid_RT22-Jan-07 5:59 
QuestionRemoving Scrollbars on VC++ 6.0 SDI Applicaton Pin
Bill Brocklebank21-Jan-07 14:41
Bill Brocklebank21-Jan-07 14:41 
AnswerRe: Removing Scrollbars on VC++ 6.0 SDI Applicaton Pin
«_Superman_»21-Jan-07 14:47
professional«_Superman_»21-Jan-07 14:47 
GeneralRe: Removing Scrollbars on VC++ 6.0 SDI Applicaton Pin
Bill Brocklebank22-Jan-07 11:58
Bill Brocklebank22-Jan-07 11:58 
Questionhow to add application in resource Pin
Max++21-Jan-07 14:26
Max++21-Jan-07 14:26 
AnswerRe: how to add application in resource Pin
Christian Graus21-Jan-07 14:34
protectorChristian Graus21-Jan-07 14:34 
GeneralRe: how to add application in resource Pin
Max++21-Jan-07 14:49
Max++21-Jan-07 14:49 
AnswerRe: how to add application in resource Pin
«_Superman_»21-Jan-07 14:41
professional«_Superman_»21-Jan-07 14:41 
I don't understand what you mean by execute my project.
If you mean build the project, you could create a batch file in which you can first run the application and then use msbuild or devenv to build the project.

If you want to include another application as part of your application, embed the other application as a binary or custom resource. During runtime you can use FindResource, LoadResource and LockResource functions to get a pointer to the resource. Then copy the entire application to a file with extension .EXE. After that you can execute the newly created .EXE file using CreateProcess.

« Superman »

QuestionC++ and Managed Code Pin
73Zeppelin21-Jan-07 9:25
73Zeppelin21-Jan-07 9:25 
AnswerRe: C++ and Managed Code Pin
Christian Graus21-Jan-07 9:29
protectorChristian Graus21-Jan-07 9:29 
GeneralRe: C++ and Managed Code Pin
73Zeppelin21-Jan-07 9:41
73Zeppelin21-Jan-07 9:41 
GeneralRe: C++ and Managed Code Pin
Christian Graus21-Jan-07 10:07
protectorChristian Graus21-Jan-07 10:07 
GeneralRe: C++ and Managed Code Pin
73Zeppelin21-Jan-07 10:30
73Zeppelin21-Jan-07 10:30 
GeneralRe: C++ and Managed Code Pin
Christian Graus21-Jan-07 10:35
protectorChristian Graus21-Jan-07 10:35 
GeneralRe: C++ and Managed Code Pin
Mark Salsbery21-Jan-07 10:55
Mark Salsbery21-Jan-07 10:55 
GeneralRe: C++ and Managed Code Pin
73Zeppelin21-Jan-07 11:30
73Zeppelin21-Jan-07 11:30 
GeneralRe: C++ and Managed Code Pin
Christian Graus21-Jan-07 13:32
protectorChristian Graus21-Jan-07 13:32 
AnswerRe: C++ and Managed Code Pin
Christian Graus21-Jan-07 9:38
protectorChristian Graus21-Jan-07 9:38 
GeneralRe: C++ and Managed Code Pin
73Zeppelin21-Jan-07 9:44
73Zeppelin21-Jan-07 9:44 
AnswerRe: C++ and Managed Code Pin
Mark Salsbery21-Jan-07 9:59
Mark Salsbery21-Jan-07 9:59 
GeneralRe: C++ and Managed Code Pin
Christian Graus21-Jan-07 10:08
protectorChristian Graus21-Jan-07 10:08 
GeneralRe: C++ and Managed Code Pin
Mark Salsbery21-Jan-07 10:17
Mark Salsbery21-Jan-07 10:17 
GeneralRe: C++ and Managed Code Pin
Christian Graus21-Jan-07 10:26
protectorChristian Graus21-Jan-07 10:26 
GeneralRe: C++ and Managed Code Pin
Mark Salsbery21-Jan-07 10:26
Mark Salsbery21-Jan-07 10:26 
GeneralRe: C++ and Managed Code Pin
Mark Salsbery21-Jan-07 10:26
Mark Salsbery21-Jan-07 10:26 

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.