Search Tools Links Login

Linked List


Visual Basic 6, or VB Classic

The linked list component is a component designed to use with objects
that you want to have in a list. Any component class implementing the
Item class in the LinkedList component can be added to the list.
Using the Link class in the LinkedList component you can add, count and
remove items from the list. There is also a SendMessage method with
which you can send messages to the items in the list. It is up to the
listed class what you want to do with the message.
The demonstration project comes with a implementation of animated circles.
The LinkedList component could be used as a sprite list of sprites in
a game or a tile map for scrolling backgrounds.

Original Author: Mikael Borg

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 98 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD1115410312000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 9,621 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.