can anyone give some example of controls form(in vb frmoptions) example... i cant understand the tab controls..
hot to edit tabs???
Printable View
can anyone give some example of controls form(in vb frmoptions) example... i cant understand the tab controls..
hot to edit tabs???
Not quite sure what you need but take a look at my sample project that uses tab controls: sstab and tabstrip.
The tab controls are used when you have many fields such in a form. As an example you can see the DeskTop properties in windows. It uses a tab control to display the options like screen saver and wallpaper.
The tab control is simply used to display segregate a number of similar items without taking much space on desktop.