hi,
is it possible to create an IHTMLElementCollection from scratch? i'm having a htmldocument and want to return only certain elements from it as IHTMLElementCollection. for example theres a table, and i want to put all table rows with a certain classname into the collection. any ideas if it's possible?
thanks