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

Managed C++/CLI

 
AnswerRe: MD5 algorithm for 8-bit microcontrollers? PinPopular
Luc Pattyn15-Apr-08 1:11
sitebuilderLuc Pattyn15-Apr-08 1:11 
GeneralNamed Pipes Pin
Reveille014-Apr-08 13:15
Reveille014-Apr-08 13:15 
GeneralRe: Named Pipes Pin
Christian Graus14-Apr-08 13:35
protectorChristian Graus14-Apr-08 13:35 
GeneralRe: Named Pipes Pin
Mark Salsbery21-Apr-08 21:19
Mark Salsbery21-Apr-08 21:19 
GeneralauxWireCylinder in VC9.0 Pin
hain14-Apr-08 3:41
hain14-Apr-08 3:41 
GeneralDataGridViewPrinter Class Pin
mikobi14-Apr-08 3:40
mikobi14-Apr-08 3:40 
QuestionProblem of using form component Pin
Member 454227211-Apr-08 18:45
Member 454227211-Apr-08 18:45 
GeneralRe: Problem of using form component Pin
Giorgi Dalakishvili12-Apr-08 8:10
mentorGiorgi Dalakishvili12-Apr-08 8:10 
QuestionRe: Problem of using form component Pin
Member 454227213-Apr-08 18:47
Member 454227213-Apr-08 18:47 
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 

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.