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

Managed C++/CLI

 
GeneralRe: using the MessageBox:: function Pin
toxcct14-Jun-06 5:42
toxcct14-Jun-06 5:42 
GeneralRe: using the MessageBox:: function Pin
Paul Conrad14-Jun-06 5:53
professionalPaul Conrad14-Jun-06 5:53 
GeneralRe: using the MessageBox:: function Pin
Nish Nishant14-Jun-06 5:54
sitebuilderNish Nishant14-Jun-06 5:54 
GeneralRe: using the MessageBox:: function Pin
Paul Conrad14-Jun-06 5:57
professionalPaul Conrad14-Jun-06 5:57 
GeneralRe: using the MessageBox:: function Pin
kitty514-Jun-06 11:29
kitty514-Jun-06 11:29 
GeneralRe: using the MessageBox:: function Pin
Paul Conrad14-Jun-06 5:19
professionalPaul Conrad14-Jun-06 5:19 
GeneralRe: using the MessageBox:: function Pin
kitty514-Jun-06 5:10
kitty514-Jun-06 5:10 
AnswerRe: using the MessageBox:: function Pin
Viorel.14-Jun-06 5:00
Viorel.14-Jun-06 5:00 
If this is an ordinary C++ application, you can use:

::MessageBox( 0, "Hello, World!", "", 0);

GeneralRe: using the MessageBox:: function Pin
kitty514-Jun-06 5:07
kitty514-Jun-06 5:07 
GeneralRe: using the MessageBox:: function Pin
Nish Nishant14-Jun-06 5:10
sitebuilderNish Nishant14-Jun-06 5:10 
AnswerRe: using the MessageBox:: function Pin
Nish Nishant14-Jun-06 5:09
sitebuilderNish Nishant14-Jun-06 5:09 
AnswerRe: using the MessageBox:: function Pin
MChimley21-Jun-06 3:32
MChimley21-Jun-06 3:32 
QuestionAccessing the call graph functionality from VCCodeModel Pin
Vitaly BBB13-Jun-06 4:01
Vitaly BBB13-Jun-06 4:01 
QuestionHow to embed external document? Pin
Super Lloyd12-Jun-06 19:52
Super Lloyd12-Jun-06 19:52 
QuestionThreading Pin
Rahul.RK12-Jun-06 18:56
Rahul.RK12-Jun-06 18:56 
AnswerRe: Threading Pin
2bee 12-Jun-06 22:24
2bee 12-Jun-06 22:24 
QuestionDataGridView in MFC Pin
Kulch4212-Jun-06 11:21
Kulch4212-Jun-06 11:21 
QuestionUsing C# controls in managed C++ Pin
krogoth12-Jun-06 7:53
krogoth12-Jun-06 7:53 
AnswerRe: Using C# controls in managed C++ Pin
Jun Du12-Jun-06 8:29
Jun Du12-Jun-06 8:29 
QuestionFunction Call Pin
Rahul.RK11-Jun-06 22:04
Rahul.RK11-Jun-06 22:04 
AnswerRe: Function Call Pin
David Crow12-Jun-06 2:34
David Crow12-Jun-06 2:34 
Questionhow to call function with parameter char** Pin
guestcat11-Jun-06 20:49
guestcat11-Jun-06 20:49 
QuestionSimple questions Pin
Lord_Vader9-Jun-06 13:36
Lord_Vader9-Jun-06 13:36 
AnswerRe: Simple questions Pin
Jun Du9-Jun-06 15:11
Jun Du9-Jun-06 15:11 
QuestionSetting a Program Icon [modified] Pin
Bob X8-Jun-06 10:48
Bob X8-Jun-06 10:48 

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.