CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2007
    Posts
    13

    problem in getting some of text boldeded

    i want to bold some of the text from textbox ,i have done that using sellength and fontbold method of textbox but i am not getting some text as bold but whole text gets bold.Help me to solve this problem.

  2. #2
    Join Date
    Sep 2001
    Location
    Québec, Canada
    Posts
    1,923

    Re: problem in getting some of text boldeded

    You cannot do that with the textbox, it's whether all text in bold or no text in bold. You will need to use the RichTextBox control for that.

    JeffB
    CodeGuru VB FAQ Visual Basic Frequently Asked Questions
    VB Code color Tool to color your VB code on CodeGuru
    Before you post Importants informations to know before posting

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured