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

    can i use a rich text box instead of ordinary text box?

    what is the rich text box generally used for?


  2. #2
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Re: can i use a rich text box instead of ordinary text box?

    RT BOX is used for text formatting.e-g

    txt1.selbold=true



    will give you the Bold functionality in a RtBox but not in a simple text box.
    Look for other Sel functions also.



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