Click here to Skip to main content
15,887,434 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionVC++ PROMBLEM Pin
p_5-Jun-06 19:15
p_5-Jun-06 19:15 
GeneralRe: VC++ PROMBLEM Pin
Bob X7-Jun-06 13:50
Bob X7-Jun-06 13:50 
GeneralRe: VC++ PROMBLEM Pin
toxcct7-Jun-06 21:34
toxcct7-Jun-06 21:34 
AnswerRe: VC++ PROMBLEM Pin
Paul Conrad14-Jun-06 5:30
professionalPaul Conrad14-Jun-06 5:30 
QuestionRunning an executable through C++.Net code Pin
Bob X5-Jun-06 7:24
Bob X5-Jun-06 7:24 
AnswerRe: Running an executable through C++.Net code [modified] Pin
2bee 5-Jun-06 10:23
2bee 5-Jun-06 10:23 
GeneralRe: Running an executable through C++.Net code [modified] Pin
Bob X6-Jun-06 16:57
Bob X6-Jun-06 16:57 
AnswerRe: Running an executable through C++.Net code [modified] Pin
2bee 6-Jun-06 20:54
2bee 6-Jun-06 20:54 
Hi,

that is really strange, because i got it working with those two lines:

System::Diagnostics::Process^ myProcess = gcnew System::Diagnostics::Process();
myProcess->Start("iexplore.exe");

Further i believe that std::System(...) is from the Standard C++ Library, though it is not .Net. However, as long as it works I wouldn't bother at all.

regards Tobias
GeneralRe: Running an executable through C++.Net code [modified] Pin
Bob X7-Jun-06 14:41
Bob X7-Jun-06 14:41 
Questioncalling function in unmanaged dll with paramter char** Pin
guestcat5-Jun-06 1:32
guestcat5-Jun-06 1:32 
QuestionC++/CLI and your experience Pin
vassilux@4-Jun-06 7:14
vassilux@4-Jun-06 7:14 
QuestionProblem with VC++ 2003 code Pin
fudicator3-Jun-06 16:21
fudicator3-Jun-06 16:21 
QuestionTemperature conversion Pin
klutez1232-Jun-06 3:28
klutez1232-Jun-06 3:28 
AnswerRe: Temperature conversion Pin
Michael Dunn2-Jun-06 7:53
sitebuilderMichael Dunn2-Jun-06 7:53 
QuestionMixed Assembly for a wrapper class Pin
greggor31-May-06 11:39
greggor31-May-06 11:39 
QuestionAbout C++/CLI spec... Pin
Jun Du31-May-06 5:05
Jun Du31-May-06 5:05 
AnswerRe: About C++/CLI spec... Pin
Nemanja Trifunovic31-May-06 6:16
Nemanja Trifunovic31-May-06 6:16 
Questionmaking PictureBox component transparent Pin
9ine31-May-06 4:14
9ine31-May-06 4:14 
QuestionHow to place an edit box and dialog box on a window(SDI)in VC++ dot Net Pin
Ashutosh Bagaria30-May-06 8:00
Ashutosh Bagaria30-May-06 8:00 
QuestionThreading [modified] Pin
satsumatable30-May-06 1:36
satsumatable30-May-06 1:36 
AnswerRe: Threading [modified] Pin
2bee 30-May-06 2:31
2bee 30-May-06 2:31 
GeneralRe: Threading [modified] Pin
satsumatable30-May-06 2:38
satsumatable30-May-06 2:38 
GeneralRe: Threading [modified] Pin
George L. Jackson30-May-06 11:22
George L. Jackson30-May-06 11:22 
QuestionC++/CLI or Native Pin
Sarath C29-May-06 3:26
Sarath C29-May-06 3:26 
AnswerRe: C++/CLI or Native Pin
Milton Karimbekallil29-May-06 7:25
Milton Karimbekallil29-May-06 7:25 

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.