Je cherche un moyen de rendre un tabControl (framework 2.0) transparent dans le fond. J'ai un tabControl personnalisé qui hérite de Microsoft TabControl. Lorsque j'essaie de peindre une image transpar
Public Class HighlightKey
Inherits Control
Private m_fillColor As Color = Color.White
Private m_opacity As Integer = 100
Private alpha As Integer
Private m_image As Image