| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Visual Basic .NET Microsoft Visual Basic .NET and related questions. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help with Forms array
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
|
|
#2
|
|||
|
|||
|
Re: Help with Forms array
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
|
|
#3
|
|||
|
|||
|
Re: Help with Forms array
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?
|
|
#4
|
||||
|
||||
|
Re: Help with Forms array
You can't, but a moderator can.
__________________
David CodeGuru Article: Bound Controls are Evil-VB6 101 Samples: VB & C# VS2008 Samples CodeGuru Reviewer 2006 Dell CSP 2006, 2007 & 2008 MVP Visual Basic If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!
|
|
#5
|
||||
|
||||
|
Re: Help with Forms array
But won't
![]() Because it adds value for the members ( the question and answer has been supplied in the posts ).
__________________
My Latest Articles : VB and Internet Explorer Browsing History || The TaskBar and VB.NET || Changing Mouse Settings with VB.NET || Creating Your Own Encryption / Decryption Program Using VB.NET 2005 Find All My Articles : Here FAQs : .NET FrameWork FAQs || Visual Basic.NET FAQs || C# FAQs Be The Change That You Want To See In The World - Michael Scofield, Prison Break; Season 1 Episode 1 Read This Before You Post || Acceptable Use Policy
|
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|