Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by xyler

  1. xyler

    How to display extended ascii chars in dialog?

    With the example above, I still get chars from the ANSI table. But, it seems to work with some changes - using SYMBOL_CHARSET and "Symbol" font. Looking up Symbol font in Charmap, the ohm symbol is '\x57'. m_pFont->CreateFont(15, 7, 0, 0, 400, FALSE, FALSE, 0...
  2. xyler

    How to display extended ascii chars in dialog?

    I want to display extended ascii characters (ohm symbol in particular) throughout my dialog box and app. MSDN says to use octal or hex notation of the ASCII character code. So, I tried... AfxMessageBox("ohm hex: \xEA , ohm octal: \352"); But, this seems to display characters from...

Part and Inventory Search

Back
Top