Multi-tab forms

Rioven

Active Member
Licensed User
Longtime User
Hello folks!
I am still using trial version 5, is there a feature for tab forms? or if not, could anyone share sbp file samples?
 

Rioven

Active Member
Licensed User
Longtime User
:sign0013: Erel, I just don't know how to create it.Any samples or please tell me how to begin:)
 

specci48

Well-Known Member
Licensed User
Longtime User
This is the runnable example from the help file.
I took the example code, added form1, the tabcontol.dll and the object tbc manually.
 

Attachments

  • TabControl.zip
    3.2 KB · Views: 259

Rioven

Active Member
Licensed User
Longtime User
Thanks specci48 great!
I've missed the Add control from tools.

The message sub didn't work for me though... what's wrong?

Sub tbc_SelectionChanged
msgbox("Selected page: " & tbc.SelectedIndex)
End Sub
 

Rioven

Active Member
Licensed User
Longtime User
Oops! Sub inside Sub mistake...Thank you Erel
 
Top