The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Constants in VB.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Prabhu BasoorPosted May 3, 2010, 2:14 AM
How Can i use ENUM Public Enum objColor lowLight = System.Drawing.Color.LightGray 'No ControlLight in the list And Also getting an error "Constant Expression is required" HighLight =System.Drawing.Color.Dark ' same as above error End Enum I'm applying to Label back color? txtNoOfLabels.BackColor = Syste.Drawing.ColorTranslator.Fromole(objColor.lowLight)