10-25-2012, 05:26 PM
I'm fairly new to the Visual Basic language, and even newer to making controls controls. I followed Brandino's instructions on making your own version of controls and making .dlls.
What my issue is, is I tried to make a class library (seperate from a project) and tried to do Inherits TabControl. It didn't work like a class built in a project, however. Do I have to use something like 'Inherits System.Blah.TabControk'? How would that work?
Also, how could I make them look like the Google Chrome tabs?
Thanks for any if you who help.
What my issue is, is I tried to make a class library (seperate from a project) and tried to do Inherits TabControl. It didn't work like a class built in a project, however. Do I have to use something like 'Inherits System.Blah.TabControk'? How would that work?
Also, how could I make them look like the Google Chrome tabs?
Thanks for any if you who help.