Click here to Skip to main content
15,896,606 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionCan't create WPF crystal report project ( strange message from VS 2010 ) Pin
Yanshof7-Nov-10 3:36
Yanshof7-Nov-10 3:36 
QuestionHow add google map to visual studio 2008 applcation Pin
daahaaka1989abdou5-Nov-10 3:20
daahaaka1989abdou5-Nov-10 3:20 
AnswerRe: How add google map to visual studio 2008 applcation Pin
Abhinav S5-Nov-10 3:35
Abhinav S5-Nov-10 3:35 
Joke"ORM" Application and Open Source "database layer" Pin
baymyo3-Nov-10 20:51
baymyo3-Nov-10 20:51 
GeneralRe: "ORM" Application and Open Source "database layer" Pin
Dave Kreskowiak4-Nov-10 2:18
mveDave Kreskowiak4-Nov-10 2:18 
GeneralRe: "ORM" Application and Open Source "database layer" Pin
_Erik_4-Nov-10 7:46
_Erik_4-Nov-10 7:46 
QuestionList<^>^ c++ [modified] Pin
Andrea Di Domenico2-Nov-10 3:36
Andrea Di Domenico2-Nov-10 3:36 
AnswerRe: List^ c++ [modified] Pin
Radhakrishnan G.2-Nov-10 18:06
Radhakrishnan G.2-Nov-10 18:06 
ref class Field
{
public:
	String^ name;
	int     numBits;
	String^ description;
};

ref class Message
{
public:
	// Other members
	List<Field^>^ fields;
};

ref class TeleCommand
{
public:
	// other members
	List<Message^>^ messages;
};

// then your list of commands
List<TeleCommand^>^ teleCommands;


I think this kind of datastructure will solve your issue, also these are handles to the reference, so you can add more items using the Add method like teleCommands->messages->Add( gcnew Message())

Thanks
Radhakrishnan G.

modified on Wednesday, November 3, 2010 12:13 AM

QuestionCOM Servers exe in .NET [modified] Pin
Radhakrishnan G.2-Nov-10 2:39
Radhakrishnan G.2-Nov-10 2:39 
AnswerRe: COM Servers exe in .NET Pin
Manfred Rudolf Bihy2-Nov-10 4:05
professionalManfred Rudolf Bihy2-Nov-10 4:05 
GeneralRe: COM Servers exe in .NET Pin
Radhakrishnan G.2-Nov-10 5:21
Radhakrishnan G.2-Nov-10 5:21 
Question500-inernal server error Pin
Davood Riazi30-Oct-10 21:38
Davood Riazi30-Oct-10 21:38 
AnswerRe: 500-inernal server error Pin
Abhinav S31-Oct-10 0:01
Abhinav S31-Oct-10 0:01 
AnswerREPOST Pin
Not Active31-Oct-10 4:18
mentorNot Active31-Oct-10 4:18 
AnswerRe: 500-inernal server error Pin
RaviRanjanKr8-Nov-10 17:39
professionalRaviRanjanKr8-Nov-10 17:39 
QuestionCoding styles Pin
Member 448708329-Oct-10 8:57
Member 448708329-Oct-10 8:57 
AnswerRe: Coding styles Pin
Not Active29-Oct-10 9:00
mentorNot Active29-Oct-10 9:00 
GeneralRe: Coding styles Pin
Member 448708329-Oct-10 9:08
Member 448708329-Oct-10 9:08 
AnswerRe: Coding styles Pin
Pete O'Hanlon29-Oct-10 10:00
mvePete O'Hanlon29-Oct-10 10:00 
GeneralRe: Coding styles Pin
Member 448708329-Oct-10 22:49
Member 448708329-Oct-10 22:49 
AnswerRe: Coding styles Pin
_Erik_29-Oct-10 10:06
_Erik_29-Oct-10 10:06 
AnswerRe: Coding styles Pin
Dave Kreskowiak29-Oct-10 10:25
mveDave Kreskowiak29-Oct-10 10:25 
AnswerRe: Coding styles Pin
T M Gray29-Oct-10 11:07
T M Gray29-Oct-10 11:07 
GeneralRe: Coding styles Pin
Member 448708329-Oct-10 23:10
Member 448708329-Oct-10 23:10 
GeneralRe: Coding styles Pin
T M Gray2-Nov-10 4:39
T M Gray2-Nov-10 4:39 

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.