I know this/similar question has been asked a while back, so please excuse.

I was wondering if it is possible to add all forms names into a combo box.

at first i started with:

for i = 0 to vb.forms.count
combo1.additem form.name
next i

the problem is this only works with forms in the current collection which is only the forms that have been loaded.

I also thought of somehow use project1.(a list of forms appears) and then somehow going through and adding them - but could't figure it out.


someone suggessted that i add all forms to a class and then add a property to that class (or somethig like that) but I really don't know how to do that; help?

-Doug

the ansewer to life is 42