Click to See Complete Forum and Search --> : Help with Forms array


Vunpac
November 7th, 2009, 02:54 AM
Hey I'm trying to create a program that allows a user as many forms as needed. to do so I know I need to use the arraylist. I'm not very familure with it though. so how would I use it so each time an event occures, it creats and manipulates a new form and can later accses the array to further manipulate any of the forms that were created?

I was kinda thinking something like this would work but lol I couldn't have been more wrong.

Dim FormArray as ArrayList

Sub Fuction()
Dim NewForm as form

FormArray.add(New Form)

NewForm = FormArray(0)
NewForm.Property = Value

End Sub


Yes I am new at this.. I just stared going to school for it and our teacher isn't familure with VB at all so I'm kinda in the dark going ahead.. So if anyone could please help that would be awesome. Thanks :)

Vunpac
November 7th, 2009, 03:10 AM
Sorry forgot to mention I'm using VB 2008 express edition, if anyone knows what I can't do in it that I could with a full verion that would also be helpful :)

Vunpac
November 7th, 2009, 03:42 AM
wow I'm dumb.. I was right just forgot to declare my arraylist as new... sigh.. lol how do I delete a thred I created?

dglienna
November 7th, 2009, 11:18 AM
You can't, but a moderator can.

HanneSThEGreaT
November 9th, 2009, 01:20 AM
You can't, but a moderator can.

But won't :)

Because it adds value for the members ( the question and answer has been supplied in the posts ).