VS 2008 Show NUD with Inches mark

JuggaloBrotha

VB.NET Forum Moderator
Staff member
Joined
Jun 3, 2004
Messages
4,530
Location
Lansing, MI; USA
Programming Experience
10+
What would be the easiest way to have a NumericUpDown control showing a double quote " after the value? It's to represent a distance in inches.

From MS Word:
InchesNUD.jpg
 
I would say the easiest way would be to create a control that inherits from System.Windows.Forms.NumericUpDown and override the UpdateEditText property.
 
Thanks Matt, that actually led me to another idea, which I'll have worked out tomorrow when I have time. I'll post it here.
 
Back
Top