Hwy guys how can one draw custom tabs.
I found a link : http://www.codeproject.com/Articles/12538/Y-et-A-nother-TabControl-A-Custom-Tab-Control-With
but I didnt quite understand the code.

azareth commented: not vb.net +0

Recommended Answers

All 2 Replies

You can find a code translator for C#/VB.NET that will translate the code into something you can understand. (Hopefully)

Public MustOverride Sub DrawTab(foreColor As Color, backColor As Color, highlightColor As Color, shadowColor As Color, borderColor As Color, active As Boolean, _
    dock As DockStyle, graphics As Graphics, tabSize As SizeF)

I'll try it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.