Tabpage Class Exampl

Conejo

Well-known member
Joined
Jul 24, 2013
Messages
65
Location
USA
Programming Experience
1-3
Hi i want to make a custom tabcontrol for my application can someone please show me an example of class programming this is what i have so far:

Imports System.Drawing.Drawing2D






Class MyTabControl
Inherits TabControl

please help me ASAP i havent done this before.
 
Hi,
there are a number of tab control classes available freely which will give you the idea. You can check out animtab control here
that should give you an idea of how to get going
hope it helps
-Learnerguy
 
Hi,

Yeah I came across it when looking for a more versatile tab control. Like anywhere there is good and bad but some pretty neat coding.
as I am just learning I have visited countless sites, tutorials etc. I just recalled there were different tab control things on there.
best of success with your project
-Learnerguy
 
Back
Top