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

    unicode and MS Interop Controls

    hello,
    I have an interop user controls projects using Interop Forms Toolkit 2.1. All wen well, until we started typing unicode in the text box interop control. If we set our language to Chinese, and type, we get Korean. same for other language. We are using Arial Unicode font, and works in vb.net interop project, but not vb6. The strange thing is, if I put a breakpoint in vb6 on the Keypress event, and step through it using F8, all works well and displays the proper unicode characters. I have no codes in these events. we spent a month building this project thinking it will work, untill we got this suprise. Works well if we copy and paste into the text box.

    Any help is appreciated.

    Georges

  2. #2
    Join Date
    Dec 2001
    Posts
    6,332

    Re: unicode and MS Interop Controls

    What happens if you put a DoEvents in the KeyPress event?
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

Tags for this Thread

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