- Home
·
- Miscellaneous
·
- Shows how to really set enumerations the way vb does it - that is include spaces between the words!
Shows how to really set enumerations the way vb does it - that is include spaces between the words!
Shows how to really set enumerations the way vb does it - that is include spaces between the words!!!! (Best for ActiveX writers!)
Rate Shows how to really set enumerations the way vb does it - that is include spaces between the words!
(1(1 Vote))
Public Enum BorderStyles
None = 0
[Fixed Single] = 1
End Enum
'Notice the square brackets?? These associate the words together!!! Tricky.
Shows how to really set enumerations the way vb does it - that is include spaces between the words! Comments
No comments yet — be the first to post one!
Post a Comment