Hello Howard
This might be of use :-
http://www.voidnish.com/articles/ShowArticle.aspx?code=mcppcoll
[Implementing custom collection classes with MC++ ] - Tutorial on creating
your own collection classes that are enumerable and sortable. Explains in
detail the usage of the IEnumerable, IEnumerator, IComparable and IComparer
interfaces.

Signature
Regards,
Nish [VC++ MVP]
http://www.voidnish.com /* MVP tips tricks and essays web site */
> I would like to create a collection of managed objects - to be exact,
> instances of a form which I use to display images. This collection would be
[quoted text clipped - 5 lines]
>
> Howard Weiss