I want to globall change the font used in my application, but I don't know how to address the collection. My code would be something like
for each form in FormCollection
for each control in form
font = arial
next control
next form
but I don't know how to get at the collection of forms.
for each form in FormCollection
for each control in form
font = arial
next control
next form
but I don't know how to get at the collection of forms.