R Rick May 27, 2008 #1 How do I create a textbox with a single line border so when I type text in the box it will look like underlined?
How do I create a textbox with a single line border so when I type text in the box it will look like underlined?
R Rob Blackmore May 27, 2008 #2 Set the font.underline property to true of the relevant textbox. Kind regards Rob
R rowe_newsgroups May 27, 2008 #3 How do I create a textbox with a single line border so when I type text in the box it will look like underlined? Click to expand... In a previous type project I created a class that inherited from textbox, and for the single line underneath I simply set border = none and then used GDI+ to draw the line (System.Drawing namespace) Thanks, Seth Rowe [MVP]
How do I create a textbox with a single line border so when I type text in the box it will look like underlined? Click to expand... In a previous type project I created a class that inherited from textbox, and for the single line underneath I simply set border = none and then used GDI+ to draw the line (System.Drawing namespace) Thanks, Seth Rowe [MVP]