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

Managed C++/CLI

 
GeneralGraphics in C++ 6 Pin
PapaJ242410-Jun-03 12:32
PapaJ242410-Jun-03 12:32 
GeneralRe: Graphics in C++ 6 Pin
John M. Drescher17-Jun-03 18:06
John M. Drescher17-Jun-03 18:06 
GeneralMC++ newbie string question Pin
monrobot139-Jun-03 8:44
monrobot139-Jun-03 8:44 
GeneralRe: MC++ newbie string question Pin
Anonymous9-Jun-03 17:48
Anonymous9-Jun-03 17:48 
GeneralRe: MC++ newbie string question Pin
monrobot139-Jun-03 17:58
monrobot139-Jun-03 17:58 
GeneralRe: MC++ newbie string question Pin
George L. Jackson16-Jun-03 9:58
George L. Jackson16-Jun-03 9:58 
GeneralRe: MC++ newbie string question Pin
monrobot1318-Jun-03 3:46
monrobot1318-Jun-03 3:46 
Generala problem i have met Pin
zhengbc4-Jun-03 15:24
zhengbc4-Jun-03 15:24 
I write a class derived form CDialog class under managed C++, the compiling is passed but it doesn't run the code is :

private: System::Void button1_Click(System::Object * sender,
System::EventArgs * e)
{
CDisplay dddd ; ////CDisplay derived from CDialog class
dddd.DoModal();
}

why?
GeneralRe: a problem i have met Pin
zhengbc4-Jun-03 16:52
zhengbc4-Jun-03 16:52 
GeneralManaged C++ Portability Pin
Kannan Kalyanaraman3-Jun-03 23:19
Kannan Kalyanaraman3-Jun-03 23:19 
GeneralNeed Help with Managed arrays in C++... Pin
markmalin3-Jun-03 4:41
markmalin3-Jun-03 4:41 
GeneralRe: Need Help with Managed arrays in C++... Pin
Nish Nishant4-Jun-03 15:56
sitebuilderNish Nishant4-Jun-03 15:56 
GeneralRe: Need Help with Managed arrays in C++... Pin
markmalin5-Jun-03 2:40
markmalin5-Jun-03 2:40 
Generalexctract avi information Pin
cbiacca1-Jun-03 23:25
cbiacca1-Jun-03 23:25 
GeneralRe: exctract avi information Pin
leppie2-Jun-03 8:51
leppie2-Jun-03 8:51 
GeneralRe: exctract avi information Pin
cbiacca2-Jun-03 13:43
cbiacca2-Jun-03 13:43 
GeneralRe: exctract avi information Pin
leppie3-Jun-03 6:59
leppie3-Jun-03 6:59 
QuestionString to Int? Pin
Anonymous31-May-03 4:19
Anonymous31-May-03 4:19 
AnswerRe: String to Int? Pin
David Stone31-May-03 6:24
sitebuilderDavid Stone31-May-03 6:24 
QuestionHow to expose an [out] parameter in a Managed C++ class library? Pin
ralfoide29-May-03 17:51
ralfoide29-May-03 17:51 
AnswerRe: How to expose an [out] parameter in a Managed C++ class library? Pin
Nick Parker29-May-03 18:43
protectorNick Parker29-May-03 18:43 
GeneralRe: How to expose an [out] parameter in a Managed C++ class library? Pin
ralfoide29-May-03 19:22
ralfoide29-May-03 19:22 
GeneralRe: How to expose an [out] parameter in a Managed C++ class library? Pin
Nick Parker30-May-03 3:45
protectorNick Parker30-May-03 3:45 
GeneralRe: How to expose an [out] parameter in a Managed C++ class library? Pin
Paul Ingles2-Jun-03 23:26
Paul Ingles2-Jun-03 23:26 
AnswerRe: How to expose an [out] parameter in a Managed C++ class library? Pin
Nemanja Trifunovic4-Jun-03 5:32
Nemanja Trifunovic4-Jun-03 5:32 

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.