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

Managed C++/CLI

 
Questionget extra large numbers??? Pin
g3RC4n26-Apr-07 6:56
g3RC4n26-Apr-07 6:56 
AnswerRe: get extra large numbers??? Pin
Christian Graus26-Apr-07 12:10
protectorChristian Graus26-Apr-07 12:10 
QuestionC++ text button save Pin
Anka_Ame26-Apr-07 3:59
Anka_Ame26-Apr-07 3:59 
AnswerRe: C++ text button save Pin
Christian Graus26-Apr-07 12:11
protectorChristian Graus26-Apr-07 12:11 
Questioncapturing time via rs232 Pin
braleping25-Apr-07 17:07
braleping25-Apr-07 17:07 
AnswerRe: capturing time via rs232 Pin
Christian Graus26-Apr-07 12:19
protectorChristian Graus26-Apr-07 12:19 
QuestionWindows Forms Pin
Anka_Ame25-Apr-07 6:06
Anka_Ame25-Apr-07 6:06 
AnswerRe: Windows Forms Pin
sarah_malik25-Apr-07 14:38
sarah_malik25-Apr-07 14:38 
private: System::Void ResultsButton_Click(System::Object^ sender, System::EventArgs^ e) <br />
{<br />
Results^ resultForm = gcnew Results();<br />
resultForm->ShowDialog();<br />
} <br />


Also, you should include the form header at the top of the form:

#include "Results.h"
QuestionDefinition of a Class in C++ (.NET Platform) Pin
Debun24-Apr-07 15:58
Debun24-Apr-07 15:58 
Questionchange permissions of an existing registry key Pin
programvinod23-Apr-07 22:37
programvinod23-Apr-07 22:37 
AnswerRe: change permissions of an existing registry key Pin
Christian Graus24-Apr-07 0:37
protectorChristian Graus24-Apr-07 0:37 
QuestionJava/C++.......Help me.!!! Pin
Skydeegay23-Apr-07 15:36
Skydeegay23-Apr-07 15:36 
AnswerRe: Java/C++.......Help me.!!! Pin
Christian Graus23-Apr-07 15:56
protectorChristian Graus23-Apr-07 15:56 
GeneralRe: Java/C++.......Help me.!!! Pin
Skydeegay24-Apr-07 0:09
Skydeegay24-Apr-07 0:09 
GeneralRe: Java/C++.......Help me.!!! Pin
George L. Jackson24-Apr-07 0:13
George L. Jackson24-Apr-07 0:13 
GeneralRe: Java/C++.......Help me.!!! Pin
Skydeegay24-Apr-07 1:30
Skydeegay24-Apr-07 1:30 
GeneralRe: Java/C++.......Help me.!!! Pin
George L. Jackson24-Apr-07 1:49
George L. Jackson24-Apr-07 1:49 
GeneralRe: Java/C++.......Help me.!!! Pin
Christian Graus24-Apr-07 0:32
protectorChristian Graus24-Apr-07 0:32 
GeneralRe: Java/C++.......Help me.!!! Pin
Skydeegay24-Apr-07 1:24
Skydeegay24-Apr-07 1:24 
QuestionC++/CLI dll trying to access managed code which is inside an unmanaged static library Pin
Bipin12323-Apr-07 13:23
Bipin12323-Apr-07 13:23 
GeneralRe: C++/CLI dll trying to access managed code which is inside an unmanaged static library Pin
George L. Jackson23-Apr-07 13:54
George L. Jackson23-Apr-07 13:54 
Questionhow can I make dll in c++ for c# Pin
lavy288323-Apr-07 5:56
lavy288323-Apr-07 5:56 
AnswerRe: how can I make dll in c++ for c# Pin
led mike23-Apr-07 6:08
led mike23-Apr-07 6:08 
GeneralRe: how can I make dll in c++ for c# Pin
lavy288323-Apr-07 7:07
lavy288323-Apr-07 7:07 
GeneralRe: how can I make dll in c++ for c# Pin
Mark Salsbery23-Apr-07 7:14
Mark Salsbery23-Apr-07 7:14 

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.