Hi All,
I'm trying to use Enum Const
Public Enum objColor
lowLight = System.Drawing.SystemColors.ControlLight
HighLight =System.Drawing.SystemColors.ControlDark
End Enu
Convert from VB6 to vb.NET Error is Declaration type not supported: Enum member of type color.
Any hints/help please.
Cheers,
PB