Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: Kill a process in RDC session Pin
dano2k325-Mar-09 22:44
dano2k325-Mar-09 22:44 
QuestionAnalyzing the Traffic of network Pin
spiritboy25-Mar-09 9:41
spiritboy25-Mar-09 9:41 
AnswerRe: Analyzing the Traffic of network Pin
harold aptroot25-Mar-09 10:08
harold aptroot25-Mar-09 10:08 
QuestionHow long the database connection stays open Pin
netJP12L25-Mar-09 9:32
netJP12L25-Mar-09 9:32 
AnswerRe: How long the database connection stays open Pin
spiritboy25-Mar-09 9:43
spiritboy25-Mar-09 9:43 
GeneralRe: How long the database connection stays open Pin
netJP12L25-Mar-09 10:30
netJP12L25-Mar-09 10:30 
GeneralRe: How long the database connection stays open Pin
dano2k325-Mar-09 22:49
dano2k325-Mar-09 22:49 
QuestionTrouble with arrays and nested classes [modified] Pin
robertkjr3d25-Mar-09 9:06
robertkjr3d25-Mar-09 9:06 
inner code {

Public class thePatient
{
public class theName
{
public string use;
public string prefix;
public string FirstName;
public string Middle;
public string LastName;
public string Suffix;
}
public theName[] Name;

public thePatient()
{
Name = new theName[1]; <-- How do I properly declare this
}
}
public CN()
{
Patient = new thePatient();
}

}
I don't want set the number values in the array in the class... How do I declare that value properly... and yet be able to have multiple name objects when referencing this nested class.

It would be even better if I could use an 'Add' and 'Remove' concept.

modified on Wednesday, March 25, 2009 3:19 PM

AnswerRe: Trouble with arrays and nested classes Pin
dan!sh 25-Mar-09 9:24
professional dan!sh 25-Mar-09 9:24 
GeneralRe: Trouble with arrays and nested classes Pin
Xmen Real 25-Mar-09 19:38
professional Xmen Real 25-Mar-09 19:38 
AnswerRe: Trouble with arrays and nested classes Pin
DaveyM6925-Mar-09 9:32
professionalDaveyM6925-Mar-09 9:32 
QuestionCOM interface inheritance Pin
Ravadre25-Mar-09 8:48
Ravadre25-Mar-09 8:48 
Questionbutton in textbox Pin
behzadcp25-Mar-09 8:31
professionalbehzadcp25-Mar-09 8:31 
AnswerRe: button in textbox Pin
dan!sh 25-Mar-09 9:21
professional dan!sh 25-Mar-09 9:21 
GeneralRe: button in textbox Pin
behzadcp25-Mar-09 9:46
professionalbehzadcp25-Mar-09 9:46 
GeneralRe: button in textbox Pin
dan!sh 25-Mar-09 9:53
professional dan!sh 25-Mar-09 9:53 
GeneralRe: button in textbox - sort of OT Pin
DaveyM6925-Mar-09 10:21
professionalDaveyM6925-Mar-09 10:21 
GeneralRe: button in textbox - sort of OT Pin
ramz_g25-Mar-09 19:27
ramz_g25-Mar-09 19:27 
GeneralRe: button in textbox - sort of OT Pin
dan!sh 25-Mar-09 20:18
professional dan!sh 25-Mar-09 20:18 
AnswerRe: button in textbox Pin
Henry Minute25-Mar-09 11:04
Henry Minute25-Mar-09 11:04 
QuestionGraphical data representation Pin
hotthoughtguy25-Mar-09 8:23
hotthoughtguy25-Mar-09 8:23 
AnswerRe: Graphical data representation Pin
0x3c025-Mar-09 9:20
0x3c025-Mar-09 9:20 
QuestionMs WORD Bug Pin
Morad SAJID25-Mar-09 8:22
Morad SAJID25-Mar-09 8:22 
Questionsalam Pin
hotthoughtguy25-Mar-09 7:46
hotthoughtguy25-Mar-09 7:46 
AnswerRe: salam Pin
0x3c025-Mar-09 7:48
0x3c025-Mar-09 7:48 

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.