Hi ,
I 'm study to code TabHost from the tutorials. Can I do Abstract designer as same as do in vb6? I can add any Tabs easier. I don't understand the tutorial ,and can not download it. I need apply for 3 Tabs while do on the Abstract designer.
You have three possibilities:
- look at Erels' original TabHost tutorial and download the file
- download the file from the german TabHost tutorial, its the same as Erels' tutorial. The link has been updated.
- download the Beginner's Guide, there you have an explained example with the source code.
You can define one layout file for each Tab and load it with TabHost1.AddTab(Title As String, LayoutFile As String)
Thank you all answer,I had ever use TabHost in vb6.0 but I haven't ever use TabHost.Your Tutorial clears me for understand how to layout tabhosts and programming. Thank you again
Best Regards
Theera