Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralWell... Pin
jblouir14-Jun-07 13:31
jblouir14-Jun-07 13:31 
GeneralRe: Well... Pin
jblouir14-Jun-07 13:37
jblouir14-Jun-07 13:37 
GeneralRe: Well... Pin
jblouir14-Jun-07 13:47
jblouir14-Jun-07 13:47 
GeneralRe: Well... Pin
Christian Graus14-Jun-07 13:52
protectorChristian Graus14-Jun-07 13:52 
AnswerRe: Using your own classes in methods. Pin
Guffa14-Jun-07 13:30
Guffa14-Jun-07 13:30 
GeneralRe: Using your own classes in methods. Pin
Rudolf Jan15-Jun-07 0:27
Rudolf Jan15-Jun-07 0:27 
Questionmulti list problem [modified] Pin
bolhassanim@bellsouth.net14-Jun-07 10:34
professionalbolhassanim@bellsouth.net14-Jun-07 10:34 
AnswerRe: multi list problem Pin
Christian Graus14-Jun-07 11:47
protectorChristian Graus14-Jun-07 11:47 
mohsenb55 wrote:
static void popxmlobj1(_xobj xobj)
{
_AllValue aValue1 = new _AllValue();

aValue1.valueName = "VAL1Name";
aValue1.Values.Add("Val1");
xobj.fieldName = "FieldName1";

_AllValue aValue2 = new _AllValue();
xobj.fieldValues.Add(aValue2);

aValue2.valueName = "VAL2Name";
aValue2.Values.Add("Val2");

xobj.fieldValues.Add(aValue2);
}



This code adds aValue2 to xobj twice, I assume this is not right ?


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: multi list problem Pin
bolhassanim@bellsouth.net14-Jun-07 18:19
professionalbolhassanim@bellsouth.net14-Jun-07 18:19 
QuestionDelimiters - Is there a simple way Pin
haz1314-Jun-07 10:19
haz1314-Jun-07 10:19 
AnswerRe: Delimiters - Is there a simple way Pin
Paul Conrad14-Jun-07 10:31
professionalPaul Conrad14-Jun-07 10:31 
GeneralRe: Delimiters - Is there a simple way Pin
haz1314-Jun-07 10:39
haz1314-Jun-07 10:39 
GeneralRe: Delimiters - Is there a simple way Pin
Giorgi Dalakishvili14-Jun-07 10:44
mentorGiorgi Dalakishvili14-Jun-07 10:44 
GeneralRe: Delimiters - Is there a simple way Pin
Paul Conrad14-Jun-07 10:52
professionalPaul Conrad14-Jun-07 10:52 
GeneralRe: Delimiters - Is there a simple way Pin
Paul Conrad14-Jun-07 10:44
professionalPaul Conrad14-Jun-07 10:44 
GeneralRe: Delimiters - Is there a simple way Pin
haz1314-Jun-07 10:51
haz1314-Jun-07 10:51 
AnswerThe Simply Way. ;-) Pin
jblouir14-Jun-07 12:58
jblouir14-Jun-07 12:58 
GeneralRe: The Simply Way. ;-) Pin
Christian Graus14-Jun-07 13:01
protectorChristian Graus14-Jun-07 13:01 
GeneralRe: The Simply Way. ;-) Pin
jblouir14-Jun-07 13:12
jblouir14-Jun-07 13:12 
Generalbtw Haz13 Pin
jblouir14-Jun-07 13:18
jblouir14-Jun-07 13:18 
AnswerRe: Delimiters - Is there a simple way Pin
Life as a Coder14-Jun-07 19:27
Life as a Coder14-Jun-07 19:27 
QuestionA plugin for ms office Pin
Mori Nei14-Jun-07 10:14
Mori Nei14-Jun-07 10:14 
AnswerRe: A plugin for ms office Pin
ekynox14-Jun-07 12:25
ekynox14-Jun-07 12:25 
QuestionWhere to use Dataset and when to use DataTable? Pin
Khoramdin14-Jun-07 8:14
Khoramdin14-Jun-07 8:14 
AnswerRe: Where to use Dataset and when to use DataTable? Pin
Dave Kreskowiak14-Jun-07 8:29
mveDave Kreskowiak14-Jun-07 8:29 

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.