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

Managed C++/CLI

 
AnswerRe: Properties: How Do You Declare/Observe in VS2008? Pin
W Balboos, GHB29-Jan-08 5:30
W Balboos, GHB29-Jan-08 5:30 
GeneralRe: Properties: How Do You Declare/Observe in VS2008? Pin
Scott Dorman29-Jan-08 8:27
professionalScott Dorman29-Jan-08 8:27 
GeneralRe: Properties: How Do You Declare/Observe in VS2008? Pin
W Balboos, GHB31-Jan-08 3:06
W Balboos, GHB31-Jan-08 3:06 
GeneralRe: Properties: How Do You Declare/Observe in VS2008? Pin
Scott Dorman31-Jan-08 3:32
professionalScott Dorman31-Jan-08 3:32 
GeneralRe: Properties: How Do You Declare/Observe in VS2008? Pin
W Balboos, GHB1-Feb-08 1:16
W Balboos, GHB1-Feb-08 1:16 
QuestionXMLWriter over internet Pin
dSolariuM28-Jan-08 21:15
dSolariuM28-Jan-08 21:15 
GeneralRe: XMLWriter over internet Pin
led mike29-Jan-08 4:59
led mike29-Jan-08 4:59 
QuestionHow to use mutual access to public data in parent and mdi child Pin
Chesnokov Yuriy28-Jan-08 21:10
professionalChesnokov Yuriy28-Jan-08 21:10 
There are Mdi parent and its child form. In parent Mdi header file I include "child.h" in order to create and show it to the screen. But how to access from child any public data of Mdi parent. If I include in child.h "parent.h" it does not compile? cross reference.

parent.h file
#include "child.h"

class Parent {
...
}

child.h file
#include "parent.h" <------- does not allow to be compiled

class Child {
...
}

chesnokov

GeneralRe: How to use mutual access to public data in parent and mdi child Pin
led mike29-Jan-08 4:51
led mike29-Jan-08 4:51 
Question0xc0150002 error Pin
Arsalan Malik28-Jan-08 4:57
Arsalan Malik28-Jan-08 4:57 
GeneralRe: 0xc0150002 error Pin
Mark Salsbery28-Jan-08 7:09
Mark Salsbery28-Jan-08 7:09 
GeneralRe: 0xc0150002 error Pin
led mike28-Jan-08 7:22
led mike28-Jan-08 7:22 
GeneralRe: 0xc0150002 error Pin
Mark Salsbery28-Jan-08 7:29
Mark Salsbery28-Jan-08 7:29 
GeneralRe: 0xc0150002 error Pin
Arsalan Malik29-Jan-08 1:31
Arsalan Malik29-Jan-08 1:31 
GeneralRe: 0xc0150002 error Pin
Arsalan Malik29-Jan-08 1:34
Arsalan Malik29-Jan-08 1:34 
GeneralRe: 0xc0150002 error Pin
Mark Salsbery29-Jan-08 5:14
Mark Salsbery29-Jan-08 5:14 
Generaluse an Object (like datagridview) in a thread Pin
javad_200527-Jan-08 23:00
javad_200527-Jan-08 23:00 
GeneralCatching exceptions for child processes Pin
manustone27-Jan-08 22:20
manustone27-Jan-08 22:20 
GeneralRe: Catching exceptions for child processes Pin
led mike28-Jan-08 7:24
led mike28-Jan-08 7:24 
GeneralThe string binding is invalid Pin
hansipet27-Jan-08 21:50
hansipet27-Jan-08 21:50 
GeneralRe: The string binding is invalid Pin
led mike28-Jan-08 7:25
led mike28-Jan-08 7:25 
GeneralRe: The string binding is invalid Pin
hansipet29-Jan-08 4:37
hansipet29-Jan-08 4:37 
GeneralRe: The string binding is invalid Pin
led mike29-Jan-08 5:51
led mike29-Jan-08 5:51 
QuestionUse together vb.net, c#.net and vc++.net code Pin
Member 454227227-Jan-08 20:54
Member 454227227-Jan-08 20:54 
GeneralRe: Use together vb.net, c#.net and vc++.net code Pin
led mike28-Jan-08 7:26
led mike28-Jan-08 7:26 

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.