Underline Text in TextBox

Is there a method to underline a portion of the text in the TextBox control in VB6

Thank You



Answer this question

Underline Text in TextBox

  • Tyler Durden

    You cann't underline only a portion of the text with TextBox, you must use RichTextBox...
    Please note this forums isn't for visual basic 6 questions.

  • Underline Text in TextBox