10-25-2012, 05:47 PM
What you would like to do can be done with coding a theme. A theme is probably a lot more advanced than you think and people spend hours upon hours creating them, sometimes even days. You could make your own by getting "Aeonhack's theme base" you can find this on Google or HackForums. From there add a class to your project and make a region to contain the theme base. Minimize the region so it doesnt get in your way, then you could make a new line that contains this bellow it:
Class CustomTabControl
Inherits TabControl154
End Class
and from their its probably a couple hundred lines to make a really nice tab control. I am working on one at the moment that is animated and slides and it has around 300 lines... So you have your work cut out for you I guess. If you dont wanna do that you could always use the default components.
Class CustomTabControl
Inherits TabControl154
End Class
and from their its probably a couple hundred lines to make a really nice tab control. I am working on one at the moment that is animated and slides and it has around 300 lines... So you have your work cut out for you I guess. If you dont wanna do that you could always use the default components.