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

    special characters

    Is it possible to insert special characters such as mu (that weird u thing seen in weights like ug = micrograms). I guess I need to insert just one character from a different font but I can't figure out how.


  2. #2
    Join Date
    Nov 1999
    Location
    India
    Posts
    4

    Re: special characters

    hi scooter,
    First you have to understand this: Normal text boxes can have only one font. That means you cannot switch your font for just one character. For this you will have to use a RichTextBox. In that change the font to symbol and insert the character 109 or lowercase 'm'. That must do it.

    regards,

    fundooMani

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