|
-
January 20th, 2000, 11:14 AM
#1
how do i use collection in vb?
i used the the class builder to create a class and then to add the class to a collection..
do i need to further initialise the collection with the class using code?
how can i enter data to the class of this collection?.
how can i add to the collection?
-
January 20th, 2000, 11:23 AM
#2
Re: how do i use collection in vb?
if you have created a collection class using the class builder utility it will have created all the code for initialising.
To add objects to the collection just call the Add method of the collection class. It will return a reference to the newly created object.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|