Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
AnswerRe: Retrieve the value of Inout parameter Pin
miah alom25-Aug-05 11:42
miah alom25-Aug-05 11:42 
GeneralRe: Retrieve the value of Inout parameter Pin
tsramkumar25-Aug-05 11:46
tsramkumar25-Aug-05 11:46 
GeneralRe: Retrieve the value of Inout parameter Pin
miah alom25-Aug-05 11:52
miah alom25-Aug-05 11:52 
GeneralRe: Retrieve the value of Inout parameter Pin
tsramkumar25-Aug-05 12:56
tsramkumar25-Aug-05 12:56 
AnswerRe: Retrieve the value of Inout parameter Pin
Luis Alonso Ramos25-Aug-05 17:19
Luis Alonso Ramos25-Aug-05 17:19 
GeneralRe: Retrieve the value of Inout parameter Pin
tsramkumar26-Aug-05 1:35
tsramkumar26-Aug-05 1:35 
Questionxs:date type in DataSet Pin
tadass25-Aug-05 11:10
tadass25-Aug-05 11:10 
QuestionUsing ArrayList Pin
MarkMokris25-Aug-05 10:49
MarkMokris25-Aug-05 10:49 
IN my C# apps, I use ArrayList's to store many types of objects. Of course when I pull anything out of any ArrayList I have to employ a cast. For example:

ArrayList listOfStrings();
:
String myString = (String)listOfStrings[3];

I end of doing so much casting! Is that typical? Can I avoid all the casting? Or is there some fundamental technique using ArrayLists that I am missing?

Thanks!

Mark Mokris
AnswerRe: Using ArrayList Pin
gnjunge25-Aug-05 10:54
gnjunge25-Aug-05 10:54 
GeneralRe: Using ArrayList Pin
Daniel132425-Aug-05 13:33
Daniel132425-Aug-05 13:33 
AnswerRe: Using ArrayList Pin
Matt Gerrans25-Aug-05 16:59
Matt Gerrans25-Aug-05 16:59 
AnswerRe: Using ArrayList Pin
Luis Alonso Ramos25-Aug-05 17:12
Luis Alonso Ramos25-Aug-05 17:12 
GeneralRe: Using ArrayList Pin
Kevin McFarlane26-Aug-05 0:33
Kevin McFarlane26-Aug-05 0:33 
AnswerRe: Using ArrayList Pin
radic.feng26-Aug-05 1:23
radic.feng26-Aug-05 1:23 
QuestionJob Scheduler Pin
mohitTheOne25-Aug-05 9:46
mohitTheOne25-Aug-05 9:46 
AnswerRe: Job Scheduler Pin
miah alom25-Aug-05 11:45
miah alom25-Aug-05 11:45 
QuestionSubclassing in .NET Pin
Luis Alonso Ramos25-Aug-05 9:43
Luis Alonso Ramos25-Aug-05 9:43 
AnswerRe: Subclassing in .NET Pin
Daniel Turini25-Aug-05 10:31
Daniel Turini25-Aug-05 10:31 
GeneralRe: Subclassing in .NET Pin
Luis Alonso Ramos25-Aug-05 16:59
Luis Alonso Ramos25-Aug-05 16:59 
Answer[Message Deleted] Pin
miah alom25-Aug-05 11:59
miah alom25-Aug-05 11:59 
QuestionSetting the exact position of a tooltip Pin
Luis Alonso Ramos25-Aug-05 9:37
Luis Alonso Ramos25-Aug-05 9:37 
AnswerRe: Setting the exact position of a tooltip Pin
miah alom25-Aug-05 12:00
miah alom25-Aug-05 12:00 
GeneralRe: Setting the exact position of a tooltip Pin
Luis Alonso Ramos25-Aug-05 16:47
Luis Alonso Ramos25-Aug-05 16:47 
GeneralRe: Setting the exact position of a tooltip Pin
miah alom26-Aug-05 11:03
miah alom26-Aug-05 11:03 
GeneralRe: Setting the exact position of a tooltip Pin
Luis Alonso Ramos26-Aug-05 16:31
Luis Alonso Ramos26-Aug-05 16:31 

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.