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

Managed C++/CLI

 
AnswerRe: opengl problem Pin
Christian Graus1-Oct-06 23:49
protectorChristian Graus1-Oct-06 23:49 
QuestionManaged C++ Winforms using MouseEnter/Leave Pin
sirokket161-Oct-06 14:54
sirokket161-Oct-06 14:54 
QuestionDevice contexts / hWnd's Pin
zzattack1-Oct-06 9:45
zzattack1-Oct-06 9:45 
AnswerRe: Device contexts / hWnd's Pin
Christian Graus1-Oct-06 10:04
protectorChristian Graus1-Oct-06 10:04 
GeneralRe: Device contexts / hWnd's Pin
zzattack1-Oct-06 10:08
zzattack1-Oct-06 10:08 
GeneralRe: Device contexts / hWnd's Pin
Christian Graus1-Oct-06 10:17
protectorChristian Graus1-Oct-06 10:17 
GeneralRe: Device contexts / hWnd's [modified] Pin
zzattack1-Oct-06 10:34
zzattack1-Oct-06 10:34 
QuestionNew To C++ Need Help ---- Buttons On Form Apps Pin
Mark_Murphy1-Oct-06 7:11
Mark_Murphy1-Oct-06 7:11 
Hi

Quick question, just started playing aroung with windows form applications yesterday instead of console applications (which I have strated on to practice c++) and wondered if anyone could help me out here.

I have developed 2 windows forms in my project so far. One is the 'Main Screen' and the other one is an 'Instructions' screen and am trying to use 'button' controls to link the 2 forms together, I have got my 'exit program' button working ok using the code below.

private: System::Void button1_Click_1(System::Object^ sender, System::EventArgs^ e) {
Application::Exit();

But what I need to know is what kind of code do I need to use to have the button on my 'main screen' to link me to the 'instructions screen'. Is this possible????.

Web searches are way too vague to get the info I need.

Any help would be greatly appreciated and thanks in advance to anyone who answers this.



I really hate this darn machine;
I wish that they would sell it.
It won't do what I want it to,
but only what I tell it.
~Author Unknown

AnswerRe: New To C++ Need Help ---- Buttons On Form Apps Pin
Christian Graus1-Oct-06 10:06
protectorChristian Graus1-Oct-06 10:06 
QuestionGetting audio signal.. Please help Pin
Commickey30-Sep-06 1:12
Commickey30-Sep-06 1:12 
AnswerRe: Getting audio signal.. Please help Pin
Christian Graus1-Oct-06 10:07
protectorChristian Graus1-Oct-06 10:07 
QuestionAuthoritative .Net 2.0 Library Development Reference? Pin
mike montagne29-Sep-06 12:33
mike montagne29-Sep-06 12:33 
QuestionDoc/View-like plugin DLLs in C++/CLI Pin
Bartosz Bien29-Sep-06 12:04
Bartosz Bien29-Sep-06 12:04 
AnswerRe: Doc/View-like plugin DLLs in C++/CLI Pin
led mike3-Oct-06 5:15
led mike3-Oct-06 5:15 
GeneralRe: Doc/View-like plugin DLLs in C++/CLI Pin
Bartosz Bien12-Oct-06 22:54
Bartosz Bien12-Oct-06 22:54 
GeneralRe: Doc/View-like plugin DLLs in C++/CLI Pin
led mike13-Oct-06 4:48
led mike13-Oct-06 4:48 
Questionautomatic installation of the cab on the pocket pc Pin
canadaeve29-Sep-06 9:54
canadaeve29-Sep-06 9:54 
QuestionClass Reference Variables in Managed C++? Pin
mike montagne28-Sep-06 18:38
mike montagne28-Sep-06 18:38 
AnswerRe: Class Reference Variables in Managed C++? Pin
User 58385228-Sep-06 18:50
User 58385228-Sep-06 18:50 
GeneralRe: Class Reference Variables in Managed C++? Using the Activator Class,,, Pin
mike montagne28-Sep-06 20:12
mike montagne28-Sep-06 20:12 
GeneralRe: Class Reference Variables in Managed C++? Using the Activator Class,,, Pin
User 58385228-Sep-06 20:43
User 58385228-Sep-06 20:43 
GeneralRe: Class Reference Variables in Managed C++? THANKS Pin
mike montagne29-Sep-06 6:09
mike montagne29-Sep-06 6:09 
GeneralRe: Class Reference Variables in Managed C++? Using the Activator Class,,, Pin
mike montagne29-Sep-06 7:33
mike montagne29-Sep-06 7:33 
GeneralRe: Class Reference Variables in Managed C++? Using the Activator Class,,, Pin
led mike29-Sep-06 7:55
led mike29-Sep-06 7:55 
GeneralRe: Class Reference Variables in Managed C++? Using the Activator Class,,, [modified] Pin
mike montagne29-Sep-06 9:29
mike montagne29-Sep-06 9:29 

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.