CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Feb 2004
    Posts
    1

    Unicode input on 9x

    Hi! I am looking for an easy way to get unicode input on windows 9x. When I needed it with edit control and combobox, the problem with edit was solved by replacing with richedit, but I don't know what to do with combobox. I saw many samples for drawing and can display unicode output but I cannot make it accept unicode input into eidt field. Is there any solution/sample (better without use of MSLU)?

    additionally, even with richedit i cannot make it switch keyboard for it to japanese on 9x while in IE it switches and I can copy/paste from IE to richeidt. Does richedit need some extra parameters to be set to accept japanese?
    Last edited by mashas; February 24th, 2004 at 02:24 AM.

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