'---------------------------------------------------------------------------------------
' Module : RoundedTextBox
' Date : 6/8/2002
' Author : Bucky (bucky@kathyschrock.net)
' Purpose : Get rid of boring, square textboxes!
'---------------------------------------------------------------------------------------
' Just a few notes:
'
' -To set a property to its default, set it to -1, except for
' BorderColor, which should be set to vbBlack. To reset all
' properties, just use the ResetProperties sub.
'
' -Thanks to EVERYONE on the Extreme Visual Basic Forum,
'
'
www.visualbasicforum.com ,
'
' who helped with this, especially to kulbak, who gave me the idea in this thread:
'
'
http://www.xtremevbtalk.com/sho...&threadid=28905 ,
'
' and to ChiefRedBull for posting the class for me, and to The Hand for helping with GDI stuff,
' and VolteFace for writing a great tutorial on EliteVB (
www.elitevb.com),
' and to everyone else again!
'
' Have fun with this class, and make your forms pretty with it!
'
' -Bucky
