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

Managed C++/CLI

 
Generalcolor changing Pin
rose19610-Apr-08 2:52
rose19610-Apr-08 2:52 
GeneralRe: color changing Pin
Mark Salsbery10-Apr-08 6:28
Mark Salsbery10-Apr-08 6:28 
GeneralRe: color changing Pin
rose19610-Apr-08 16:16
rose19610-Apr-08 16:16 
GeneralRe: color changing Pin
Mark Salsbery10-Apr-08 19:42
Mark Salsbery10-Apr-08 19:42 
GeneralMixed Mode Assemblies Pin
Richard Andrew x649-Apr-08 16:02
professionalRichard Andrew x649-Apr-08 16:02 
GeneralRe: Mixed Mode Assemblies Pin
led mike10-Apr-08 5:00
led mike10-Apr-08 5:00 
GeneralRe: Mixed Mode Assemblies Pin
Mark Salsbery10-Apr-08 6:32
Mark Salsbery10-Apr-08 6:32 
GeneralProblem with Dialogs.... Pin
dSolariuM9-Apr-08 5:28
dSolariuM9-Apr-08 5:28 
Hi ...
I have asked this question but nobody answered ...
I want to call a function in the parent class of a dialog...
How to do that?

p.s
When I include parent header file in the child and child header file in header I get this error:
/////// Form1
#include "Form2.h"
Form2 ^f=gcnew Form2;
f->ShowDialog();

/////////Form2
#include "Form1.h"

Error:
syntax error : identifier 'Form2'
error C2065: 'f' : undeclared identifier
error C2065: 'Form2' : undeclared identifier
error C2227: left of '->ShowDialog' must point to class/struct/union/generic type

Every new thing you learn,Gives you a new personality.

GeneralRe: Problem with Dialogs.... Pin
Mark Salsbery9-Apr-08 5:33
Mark Salsbery9-Apr-08 5:33 
GeneralPriceless Pin
led mike10-Apr-08 5:03
led mike10-Apr-08 5:03 
Generalclass libraries Pin
hansipet8-Apr-08 20:19
hansipet8-Apr-08 20:19 
Generalcheck file Pin
rose1968-Apr-08 18:10
rose1968-Apr-08 18:10 
GeneralRe: check file Pin
Mark Salsbery8-Apr-08 18:25
Mark Salsbery8-Apr-08 18:25 
GeneralRe: check file Pin
rose1968-Apr-08 19:20
rose1968-Apr-08 19:20 
GeneralRe: check file Pin
Mark Salsbery9-Apr-08 5:31
Mark Salsbery9-Apr-08 5:31 
QuestionPPP protocol in C? Pin
Benny_Lava7-Apr-08 1:02
Benny_Lava7-Apr-08 1:02 
AnswerRe: PPP protocol in C? Pin
led mike7-Apr-08 4:34
led mike7-Apr-08 4:34 
GeneralRe: PPP protocol in C? Pin
Christian Graus8-Apr-08 1:19
protectorChristian Graus8-Apr-08 1:19 
GeneralRe: PPP protocol in C? Pin
led mike8-Apr-08 4:36
led mike8-Apr-08 4:36 
GeneralRe: PPP protocol in C? Pin
Christian Graus8-Apr-08 11:31
protectorChristian Graus8-Apr-08 11:31 
GeneralRe: PPP protocol in C? Pin
led mike8-Apr-08 12:16
led mike8-Apr-08 12:16 
GeneralRe: PPP protocol in C? Pin
Mark Salsbery8-Apr-08 13:26
Mark Salsbery8-Apr-08 13:26 
GeneralRe: PPP protocol in C? Pin
led mike9-Apr-08 4:59
led mike9-Apr-08 4:59 
GeneralRe: PPP protocol in C? Pin
Mark Salsbery9-Apr-08 5:26
Mark Salsbery9-Apr-08 5:26 
GeneralRe: PPP protocol in C? Pin
led mike15-Apr-08 4:31
led mike15-Apr-08 4:31 

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.