Click here to Skip to main content
15,868,141 members
Home / Discussions / C#
   

C#

 
GeneralProgrammatically Inserting formatted text Pin
Pyro Joe31-Mar-05 15:30
Pyro Joe31-Mar-05 15:30 
GeneralInfopath File attachment control Programmatically Pin
we_swati31-Mar-05 11:56
we_swati31-Mar-05 11:56 
QuestionHow to make a silent installer Pin
Asad Hussain31-Mar-05 10:52
Asad Hussain31-Mar-05 10:52 
AnswerRe: How to make a silent installer Pin
Dave Kreskowiak31-Mar-05 15:07
mveDave Kreskowiak31-Mar-05 15:07 
GeneralRe: How to make a silent installer Pin
Pyro Joe31-Mar-05 16:43
Pyro Joe31-Mar-05 16:43 
GeneralPopulating an MSChart control Pin
Ravi Bhavnani31-Mar-05 10:45
professionalRavi Bhavnani31-Mar-05 10:45 
General(Never mind) Pin
Ravi Bhavnani31-Mar-05 11:10
professionalRavi Bhavnani31-Mar-05 11:10 
GeneralArrayList foreach Pin
RadioButton31-Mar-05 10:13
RadioButton31-Mar-05 10:13 
Hello I need a little help.

I have three array lists for this example.

ArrayList one = new ArrayList()
ArrayList two = new ArrayList()
ArrayList three = new ArrayList()

I would like to do a foreach or for loop that can cycle through the items in the three Arrays. Instead of doing 3 foreach loops around my values like this:

foreach(int a in one)
{
foreach(int b in two)
{
foreach(int c in three)
{
get array valuse here
}
}
}

Hopefully that makes since. Thanks for the help.
JD
GeneralRe: ArrayList foreach Pin
Robert Rohde31-Mar-05 19:15
Robert Rohde31-Mar-05 19:15 
GeneralSystem.Web question Pin
QzRz31-Mar-05 9:32
QzRz31-Mar-05 9:32 
GeneralRe: System.Web question Pin
Sebastian Schneider31-Mar-05 17:59
Sebastian Schneider31-Mar-05 17:59 
GeneralRe: System.Web question Pin
QzRz3-Apr-05 0:42
QzRz3-Apr-05 0:42 
Generalupdate problem Pin
webhay31-Mar-05 9:29
webhay31-Mar-05 9:29 
GeneralRe: update problem Pin
Mike Dimmick31-Mar-05 10:28
Mike Dimmick31-Mar-05 10:28 
GeneralTracking External Application Windows Pin
yeela31-Mar-05 9:20
yeela31-Mar-05 9:20 
GeneralConvert Javascript to C# Code Pin
kornstyle31-Mar-05 8:39
kornstyle31-Mar-05 8:39 
GeneralRe: Convert Javascript to C# Code Pin
Richard Parsons31-Mar-05 8:46
Richard Parsons31-Mar-05 8:46 
GeneralRe: Convert Javascript to C# Code Pin
Judah Gabriel Himango31-Mar-05 9:00
sponsorJudah Gabriel Himango31-Mar-05 9:00 
GeneralExposing a control through a property Pin
Richard Parsons31-Mar-05 8:26
Richard Parsons31-Mar-05 8:26 
GeneralRe: Exposing a control through a property Pin
spif200131-Mar-05 19:54
spif200131-Mar-05 19:54 
GeneralRe: Exposing a control through a property Pin
spif200131-Mar-05 20:02
spif200131-Mar-05 20:02 
QuestionMatching visual lines in RTF with internal Lines? Pin
LongRange.Shooter31-Mar-05 8:10
LongRange.Shooter31-Mar-05 8:10 
QuestionHow to add a new user using DirectoryServices (User Logon Name) Pin
markaelkins31-Mar-05 6:09
markaelkins31-Mar-05 6:09 
GeneralDrawing a transparent labe over another control Pin
RudyBone31-Mar-05 5:29
RudyBone31-Mar-05 5:29 
GeneralRe: Drawing a transparent labe over another control Pin
Heath Stewart31-Mar-05 6:34
protectorHeath Stewart31-Mar-05 6:34 

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.