[RESOLVED] Multipage control Question?
HI, everyone.
I have a form with a multipage control with two pages, page 1 has A combobox and one textbox, and what i want to know is:
How can i add items to the combobox control of page 1 in the form load event?
P.S. Where can i find some good tutorials and sample codes about the multipage
control?
Thanks.
Re: Multipage control Question?
Multipage control???
SSTab? or something else....?
Re: Multipage control Question?
Hi Static.
I'm talking about Mutipage control from the microsoft forms 2.0 Object library Component.
Re: Multipage control Question?
Use the Microsoft Tabbed Dialog Control (SSTab) its a container control and its easy to use
Re: Multipage control Question?
Quote:
Originally Posted by em07189
... microsoft forms 2.0 Object library Component.
It is NOT redistributable so as Static said use SSTab control or (my favorite) TabStrip.