Hi guys,
I've a problem in my Vb6 application.
I want to add some button in my TabControl but each tab has a different number of buttons.
I don't know this number, so I've to do this at run time.
How can I?
For example:
TabPage1 -> 3 buttons
TabPage2 -> 5 buttons
TabePageX -> y buttons
I've a problem in my Vb6 application.
I want to add some button in my TabControl but each tab has a different number of buttons.
I don't know this number, so I've to do this at run time.
How can I?
For example:
TabPage1 -> 3 buttons
TabPage2 -> 5 buttons
TabePageX -> y buttons