Click here to Skip to main content
16,005,178 members
Home / Discussions / C#
   

C#

 
GeneralRe: Replacing a string in a file Pin
sanki77922-Nov-06 1:13
sanki77922-Nov-06 1:13 
GeneralRe: Replacing a string in a file Pin
stancrm22-Nov-06 1:15
stancrm22-Nov-06 1:15 
QuestionHow can I have access to an arraylist Pin
Schmullus21-Nov-06 23:40
Schmullus21-Nov-06 23:40 
AnswerRe: How can I have access to an arraylist Pin
Guffa21-Nov-06 23:47
Guffa21-Nov-06 23:47 
GeneralRe: How can I have access to an arraylist Pin
Schmullus22-Nov-06 0:17
Schmullus22-Nov-06 0:17 
GeneralRe: How can I have access to an arraylist Pin
ejuanpp22-Nov-06 0:55
ejuanpp22-Nov-06 0:55 
GeneralRe: How can I have access to an arraylist Pin
Guffa22-Nov-06 5:36
Guffa22-Nov-06 5:36 
AnswerRe: How can I have access to an arraylist Pin
ejuanpp21-Nov-06 23:51
ejuanpp21-Nov-06 23:51 
Since anything derived from object can be stored in your ArrayList, Intellisense does not "know" what kind of object is stored in the 0th position. You need to cast it before: ((ServerInfo)myServerArrayList[0]). ... or use something more appropriate than ArrayList. Try List<ServerInfo>

Smile | :)
AnswerRe: How can I have access to an arraylist Pin
George L. Jackson21-Nov-06 23:54
George L. Jackson21-Nov-06 23:54 
GeneralRe: How can I have access to an arraylist Pin
Schmullus22-Nov-06 0:23
Schmullus22-Nov-06 0:23 
GeneralRe: How can I have access to an arraylist Pin
Russell Jones22-Nov-06 0:44
Russell Jones22-Nov-06 0:44 
GeneralRe: How can I have access to an arraylist Pin
Schmullus22-Nov-06 5:19
Schmullus22-Nov-06 5:19 
AnswerRe: How can I have access to an arraylist Pin
bes200522-Nov-06 0:30
bes200522-Nov-06 0:30 
QuestionControlling the focus in WindowsForms Pin
Dobromir Dimitrov21-Nov-06 23:32
Dobromir Dimitrov21-Nov-06 23:32 
QuestionContext menu on a TreeView Pin
Sonu.T21-Nov-06 23:25
Sonu.T21-Nov-06 23:25 
AnswerRe: Context menu on a TreeView Pin
Schmullus22-Nov-06 0:09
Schmullus22-Nov-06 0:09 
Questionexchange data between db2 (as400) and ms sql server Pin
amilapradeep21-Nov-06 22:43
amilapradeep21-Nov-06 22:43 
AnswerRe: exchange data between db2 (as400) and ms sql server Pin
Mridang Agarwalla22-Nov-06 5:10
Mridang Agarwalla22-Nov-06 5:10 
QuestionDrawImage to Bitmap? Pin
s4_sabahatf21-Nov-06 22:40
s4_sabahatf21-Nov-06 22:40 
AnswerRe: DrawImage to Bitmap? Pin
Eduard Keilholz21-Nov-06 22:49
Eduard Keilholz21-Nov-06 22:49 
GeneralRe: DrawImage to Bitmap? Pin
s4_sabahatf21-Nov-06 23:00
s4_sabahatf21-Nov-06 23:00 
GeneralRe: DrawImage to Bitmap? Pin
Guffa21-Nov-06 23:25
Guffa21-Nov-06 23:25 
QuestionLimit the number of simultaneous logins Pin
Shree21-Nov-06 22:12
Shree21-Nov-06 22:12 
AnswerRe: Limit the number of simultaneous logins Pin
rah_sin22-Nov-06 0:21
professionalrah_sin22-Nov-06 0:21 
Questionproblem with forms' invocation Pin
kumar.bs21-Nov-06 22:01
kumar.bs21-Nov-06 22:01 

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.