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

Managed C++/CLI

 
GeneralSHDocVw::InternetExplorer automation Pin
HudsonKane11-Aug-04 3:03
HudsonKane11-Aug-04 3:03 
GeneralRe: SHDocVw::InternetExplorer automation Pin
HudsonKane11-Aug-04 5:47
HudsonKane11-Aug-04 5:47 
GeneralUse ProgressCtrl Pin
fatidarya9-Aug-04 11:07
fatidarya9-Aug-04 11:07 
GeneralVisStudio2003 Code Editor Screwed UP Pin
mailsink8-Aug-04 16:33
mailsink8-Aug-04 16:33 
QuestionIs c++ .net safe from decompiling? Pin
FocusedWolf6-Aug-04 7:12
FocusedWolf6-Aug-04 7:12 
GeneralManaged C++ Running Delay Pin
MKlucher5-Aug-04 12:17
MKlucher5-Aug-04 12:17 
GeneralRe: Managed C++ Running Delay Pin
eddstar12-Aug-04 12:18
eddstar12-Aug-04 12:18 
GeneralUsing VC++ Express compiler in Visual Studio 6 IDE Pin
adrian cooper5-Aug-04 2:09
adrian cooper5-Aug-04 2:09 
Yipeee... just had a play making Visual Studio 6 IDE pick up the new Visual C++ Express compiler and tried compiling this simple app using the new C++/CLI and straight away it worked. Smile | :) Smile | :)

<br />
#using <System.Windows.Forms.dll><br />
#using <System.dll><br />
#using <System.Drawing.dll><br />
<br />
using namespace System;<br />
using namespace System::Windows::Forms;<br />
<br />
public ref class SimpleHelloWorld : public Form <br />
{<br />
public:<br />
	SimpleHelloWorld()<br />
	{<br />
		Text = "Hello, World.";<br />
	}<br />
};<br />
<br />
int main()<br />
{<br />
	Application::Run(gcnew SimpleHelloWorld);<br />
}<br />



No intelisense though (as you'd expect)

ade me;
while(myKitchen.beerInFridge()) {
me.watchTV();
me.consumeBeer(myKitchen.getBeerCan());
}
GeneralDiffrence between VC++ and managed Pin
X20404-Aug-04 12:24
X20404-Aug-04 12:24 
GeneralRe: Diffrence between VC++ and managed Pin
Anders Molin4-Aug-04 12:45
professionalAnders Molin4-Aug-04 12:45 
GeneralRe: Diffrence between VC++ and managed Pin
John M. Drescher4-Aug-04 12:46
John M. Drescher4-Aug-04 12:46 
GeneralRe: Diffrence between VC++ and managed Pin
Bo Hunter5-Aug-04 12:43
Bo Hunter5-Aug-04 12:43 
GeneralRe: Diffrence between VC++ and managed Pin
John M. Drescher6-Aug-04 4:45
John M. Drescher6-Aug-04 4:45 
QuestionHow to wrap an Unmanaged COM Object in Managed C++ Pin
johnbMA3-Aug-04 14:44
johnbMA3-Aug-04 14:44 
AnswerExcellent Question Pin
ursus zeta9-Aug-04 12:33
ursus zeta9-Aug-04 12:33 
QuestionHow to make the system beep Pin
eddstar2-Aug-04 10:38
eddstar2-Aug-04 10:38 
AnswerRe: How to make the system beep Pin
Anonymous12-Aug-04 11:20
Anonymous12-Aug-04 11:20 
GeneralC++/CLI Array problem Pin
Brian Olej1-Aug-04 7:25
Brian Olej1-Aug-04 7:25 
GeneralRe: C++/CLI Array problem Pin
palbano2-Aug-04 6:35
palbano2-Aug-04 6:35 
GeneralRe: C++/CLI Array problem Pin
Brian Olej2-Aug-04 7:14
Brian Olej2-Aug-04 7:14 
GeneralRe: C++/CLI Array problem Pin
palbano2-Aug-04 7:54
palbano2-Aug-04 7:54 
GeneralRe: C++/CLI Array problem Pin
Bo Hunter2-Aug-04 14:18
Bo Hunter2-Aug-04 14:18 
GeneralRe: C++/CLI Array problem Pin
Brian Olej2-Aug-04 18:05
Brian Olej2-Aug-04 18:05 
GeneralRe: C++/CLI Array problem Pin
cppmanuf3-Aug-04 19:18
cppmanuf3-Aug-04 19:18 
GeneralRe: C++/CLI Array problem Pin
Brian Olej4-Aug-04 2:49
Brian Olej4-Aug-04 2:49 

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.