Hello to all,
In an application under VB6, I need to fill some ComboBoxes with data.
However, I don't know in advance how many ComboBoxes I will need. I could
of course create many (maybe 15 or 20) and only use those that I need.
However, I would rather like to programmaticall y create and them to my form.
How can this be achieved? Also, is there a generic method that could be
used with other objects? (For example, programmaticall y create new forms.)
Thank you in advance for you help.
John H. Dewbert
john_h_dewbert@ hotmail.com
In an application under VB6, I need to fill some ComboBoxes with data.
However, I don't know in advance how many ComboBoxes I will need. I could
of course create many (maybe 15 or 20) and only use those that I need.
However, I would rather like to programmaticall y create and them to my form.
How can this be achieved? Also, is there a generic method that could be
used with other objects? (For example, programmaticall y create new forms.)
Thank you in advance for you help.
John H. Dewbert
john_h_dewbert@ hotmail.com
Comment