Best Way To Use Arraylist Of Arraylist ?

Mar 5, 2012

I am trying to make a little program for fun and I don't know OOP that well. Since this part of the program is going to be large in comparison to everything else, I want to make sure I don't half ass it.

I need,
50 states
each state having multiple schools
each school having multiple players
and each school having 1-4 coaches who may or may not have awards

I only posted a couple classes since I should be able to figure the rest out off of these two. The award class properties will be changed later. How do I make a new coach that has x awards? I am confused with this part. If I did not explain something clearly please let me know, I want to make sure I get this program started off the right way.

Public Class Coach
Public Sub Main()
Dim coach As ArrayList = New ArrayList
' coach.Add(New Coach(1, "Billy", "Bob", 0, 50, ???))
End Sub

[CODE]...

View 4 Replies


ADVERTISEMENT

Copy The List Of Principal User To Arraylist To Use Arraylist.indexof?

Dec 1, 2011

What I am doing is iterating through all the groups that belong to the top group (Generic reports). Then I take advantage of the GroupPrincipal.GetMembers(True) which will recurse through a given group name. I test to see if the user exits under that group and if true I put the group name in an arraylist.

I use the for each principal in GroupPrincipal.GetMembers to loop through each returned user to see if they exist.

Is there a way to put all the returned users Principal.Name from a given group in GroupPrincipal.GetMembers into an ArrayList? This would allow me to to use Arraylist1.IndexOf to search for user. Which would be much faster then iterating through a returned list using the for each construct.

Sub RetAllMbrs(strUser As String)
Dim oPC As PrincipalContext = GetPrincipalContext() '<- this is function somewhere else in the code

[Code].....

View 1 Replies

VS 2010 Threading & ArrayList - Use Adding A String To ArrayList In Tread?

Jan 11, 2012

I have a problem in Treading.I have a code like this;[code].....

I want to change ListBox1 with ArrayList. But I couldn't find how to use adding a string to ArrayList in tread.

View 5 Replies

Question If ArrayList Contains String Remove It From New ArrayList

May 6, 2010

I have an arraylist (arrFirstArry) which I use to populate another arraylist (arrNoDuplicates) preventing any duplicates from being added. This works fine. What I would also like my code to do is prevent adding any partial values which may exist from being added. i.e. my array is like this

[Code]...

View 2 Replies

Struct - .net 2003 Arraylist Of Structure Which Have An Arraylist?

Sep 22, 2011

I have two structures Public Structure myResearchData

Public batchName As String
Public arraylistRData As ArrayList
End Structure
Public Structure myResearchSubData
Public researchDescription As String

[Code]...

Cleared MyResearchData.arraylistRData for new data to be put in but it also clears the arraylist inside MyResearchDataAList and didn't old the contents of the arraylist

View 1 Replies

VS 2008 - Reading ArrayList In My.Settings And Add Another ArrayList To It

Sep 21, 2010

What I need to do is read an ArrayList in My.Settings and add another ArrayList to it. The first think I'm trying to do is load My.Settings.Records into myArrayList. I'm not quite sure on the proper way to do this. I've tried things such as Dim myArrayList As ArrayList = My.Settings.Records, I'm not sure if I need New and I'm not sure if I need .Clone or .CopyTo.

Then I have another ArrayList myArrayList2. To get this into myArrayList I've done: [Code] Then to save it back to My.Settings I've done. My.Settings.Records = myArrayList. The problem is I keep on getting Object reference not set to an instance of an object error on the AddRange line. My.Settings.Records is definitely an ArrayList and it will sometimes = Nothing. The objects will only ever be strings.

View 19 Replies

Create An Array Of An Array (or Arraylist Of An Arraylist) To Hold Strings?

Mar 20, 2012

I want to create an array of an array (or arraylist of an arraylist) to hold strings.I want to fill an array1 with string values Then add this array to array2. - but only taking up 1 row in array2 e.g something like array2(index)=array1 Then clear array1 then loop through this again with different data, and add it to the array2.so will end up with something like

array2(0)... contains a collection of array1 data
array2(1)... contains a collection of different array1 data
.. and so on

i think i need to make new instances of array1 each loop, but not sure.I dont mind if it uses arrays, or arraylists, or lists, or structure of arrayslists?

View 6 Replies

Difference Between ArrayList In VB From ArrayList In C#?

Apr 12, 2012

s there a difference between the arraylist in visual basic and arraylist in C#? I had to convert some C# code to VB and there is a call I make in a third party api that requires me to pass in an arraylist. When I do this in C# it works just fine, but when I do this in VB, I just get back a vaque exception from the api.

[Code]...

The exception I get is very vague and comes from the API. All i get is, "ARException Occured".

View 14 Replies

Add Object To Arraylist?

Oct 11, 2011

I'm having some trouble adding an object to an arraylist.

Basically the object has two properties (file id/name), but I can't figure out how to assign those properties. During runtime it errors out with public member on the object not found.

Private QueueList As New ArrayList
Public Sub Queue(ByVal FileName As String, ByVal FileID As Integer)
Dim QueueObj As New Object

[Code]....

I'd also like to know how I can do a loop on the arraylist and access the two properites on each record.

View 3 Replies

ArrayList To A Datasource

Nov 19, 2011

I am trying to create an arrayList of people. The variables, or arrays are; first name, last name, age, DOB. I am wanting to load all that into one arrayList and dataBind it so it would look like [code] Loading it into an ASP DataList. SO Fname + Lname + age + DOB are loaded on the same line/index. Not sure how to go about this. I'm sure it's an index issue..but not sure the thought process to even begin to load these elements into the "0" element, then the "1" and so on. Not puling the information from a database, just preset arrays/arrayList. ANY suggestions? ( I have it so it is dataBound to one arrayList entry as in [code] This works fine. But if I wanted to add the last name to the first name on the same line...that's were I am not seeing the connection.

View 5 Replies

Asp.net - Get The Value From 2-d Arraylist In Session?

Sep 5, 2011

I have an 2-d arraylist with 2 fixed columns and dynamic rows. The arraylist will be assigned to the session variable at the end of the code below. My question is how can loop thorugh the arraylist from the session to get its value?

If .SQLDS.Tables(.sSQLDSTbl).Rows.Count > 0 Then
Dim NoOfAdjType(1, .SQLDS.Tables(.sSQLDSTbl).Rows.Count - 1)
For iRow As Integer = 0 To .SQLDS.Tables(.sSQLDSTbl).Rows.Count - 1

[Code].....

View 3 Replies

Consolidating An Arraylist?

Jul 1, 2009

Not quite sure how to attack this one. If I have an array list how would I go about elminating duplicates but adding the values of those items together. In other words if I have one item that has a id of 9000 and a quantity of 5 and another item that has the same id of 9000 and a quantity of 10. How would I eliminate the duplicate but add the quantities

View 3 Replies

Cut The Size Of ArrayList?

Jan 27, 2011

Lets say my ArrayList got 20 elements. Well, sometime in runtime I will want it to only have 10 elements, so the other 10 indexes(from 9 to 19) don't exist at all. How do I do that?

View 4 Replies

For Each Array In ArrayList?

Jun 7, 2011

Dim iArr As Array For Each iArr In m_alTabell 'ReDim myArr(16, 11) If i dim iArr(0,0) as string I could do this.ii = ii + 1 iArr(i, constanter.colNames.colValue) =m_objList.GroupItems.Item(ii).ListItems(i).Value'm_alTabell.RemoveAt(ii - 1)'m_alTabell.Add(iArr)

[Code]...

I have a problem with this code. m_alTabell constists of 10 twodimensional arrays. I have some data in them from the beginning. Now I want to add data in each iArr in a_alTabell. This works fine on the first one. But then the trouble starts. It just keeps overwriting the first iArr in m_alTabell. So if i could redim iArr it would solve the problem but i cant do that course it needs to be declared as Array and not "Dim iArr(0,0) as string" since that couses other problems.

View 11 Replies

Getting Value From Subset Of Arraylist?

Mar 5, 2012

how to achieve what am trying to do below. am trying to have a set of numbers in different list into and array. so i can select any list in the array as random and get the values in the selected list.

Dim list1 as New List(Of Object)
Dim list2 as New List(Of Object)
'adding items to list 1

[Code]....

View 3 Replies

How To Operate ArrayList

Nov 18, 2011

I have a arraylist or array, the data is below

aa/bb
aa/bb/cc
aa/bb/dd

[code].....

View 6 Replies

Put An Arraylist In A Listbox?

Jul 28, 2010

I've been trying to solve it for more than a week, but I need help on putting an arraylist inside a listbox.

That's what the GUI should look like in the end, all the information has to be saved in an arraylist; I should be able to add a new customer; click on a customer entry to edit it.

View 1 Replies

Put Into An Array Or Arraylist?

Jun 18, 2012

Here's my code

Dim allelementds As HtmlElementCollection = MbFacebookBrowser.Document.GetElementsByTagName("span")
For Each DD As HtmlElement In allelementds
If DD.OuterHtml.Contains("resource") Then
TlsResourceComboBox.Items.Add(DD.GetAttribute("InnerText"))

[code]....

As you can see im currently using a combobox as a type of a list which uses index to give certain labels their text I know that there are only 4 indexes when getting the inner text so how can put those 4 indexes into a sort of list without me using a Combobox?

View 3 Replies

Reference ArrayList By Name?

Sep 7, 2010

Is there a way to reference an ArrayList by name kinda like how you can do:

Me.Controls("Label" & value1).Text = value2

I need to do something like:

Private Sub addVal(ByVal value1 As Integer, ByVal value2 as String)
("myArray" & value1).Add(value2)
End Sub

[Code].....

View 5 Replies

Search In ArrayList Without For - Each

Mar 11, 2009

I have the following class

Code:

I create thousands of this class and save them in an ArrayList. How can I use ArrayList.IndexOf to search for a member (ID in my case).

Should I create an ArrayList for each member and increase them together then use ArrayList.IndexOf with one of them and use the returning index to get the other values from the other arrays?

View 10 Replies

Serializing An Arraylist?

Mar 30, 2011

I have just finished my application and am stuck as to how I'm going to store my data. As it stands I have multiple objects that I created but each of them take multiple ArrayLists as properties. I'm aware that this will give problems if I try to serialize my data?

View 4 Replies

SQL Command Using An Arraylist In The IN()

Jun 4, 2010

I have an arraylist of integers and I would like to use it in the IN clause of an sql statement:

Dim arrLInt as New ArrayList
arrLInt.add(1)
arrLInt.add(2)
arrLInt.add(3)

[Code]....

This does not work, and I was wondering if anyone knew how to use an arrayList inside the IN clause of an sql statement.

View 5 Replies

Sum All The Value Inside The Arraylist?

Sep 21, 2009

i have created an array list and added value using

arraylist.add(value)

now i want to sum all the value inside the arraylist.

Dim sublist As New ArrayList()
sublist.Add(1)
sublist.Add(0)
sublist.Add(0)

[code]....

how can get the sum of those added value.

View 2 Replies

Value From Checkbox Into Arraylist?

Jun 12, 2011

how to get values from checkbox in datagridview and transfer into arraylist? i'm using datagridviewcheckbox column..new checkbox will be added into datagridview when it populate from sql query. the example table is shown as below.

CardNo|Name|Door Access|checkbox1|Lift Access|checkbox2
02233 |Lyn |Testing | checked | - |unchecked
01999 |Matt| - |unchecked|FreeAcc |checked

so, when i checked checkbox 1 and checkbox2, the card number and value of checkbox will be insert into an arraylist. the arraylist should be like this:

arrList(0) = 02233|1|0
arrList(1) = 01999|0|1

it seem go complicated when i'm using for loop.

View 3 Replies

.net - Initialize ArrayList WITH Elements?

Jan 27, 2011

I can create an ArrayList, but, is it possible to create it WITH some elements already?Normally, your arrays are empty, but what if I want to create an array with a few elements already?

View 2 Replies

Access An Arraylist Which Is A Value Of A Hashtabel?

Oct 28, 2010

I have a hashtable in my program wich I call just table1.I use integers for keys en arraylists as values.Now, I'm wondering how i can acces those arraylist because it always gives me an NullReferenceException

Dim a As New ArrayList
a = table1(31)
For i As Byte = 0 To 9
MsgBox(a(i))
Next

View 2 Replies

ArrayList : How To Search A Object

Dec 7, 2009

I have a arraylist with objects from a Product class. This class as properties like Name, Price, ID ...The ID property is a unique identifier for each object.how to search the object with ID=100

View 3 Replies

ArrayList Indexes Not Set Properly?

Aug 25, 2010

I have some basic code to fill items in an ArrayList as follows:

Dim intSteps As ArrayList = New ArrayList()
elect Case Session("type")
Case 1

[code]....

View 2 Replies

ArrayList Not Saving In My.Settings

Apr 21, 2011

I have been trying to get this to work for the past hour, I have an arraylist that contains string() items inside of it, I want to be able to save it and retrieve it.. When I try to save something to it and then close my application and turn it back on, everything I saved is gone.

View 3 Replies

ArrayList Vs Array Of Strings?

Mar 7, 2009

If I want to store a list of names ie. "David", "Frank", "Chris", would it be better to do:

[Code]...

Also, what is the difference if you put the () with the variable name or with the type? I see sometimes

[Code]...

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved