Results 1 to 40 of 45

Thread: [RESOLVED] Unicode TextBox

Threaded View

  1. #4
    Hyperactive Member
    Join Date
    Jul 2010
    Posts
    273

    Re: Unicode TextBox

    I happen to have made a Unicode-empowered textbox user control which is:

    (1) capable of accepting input of text/characters in both ANSI and Unicode, and displaying them accordingly, e.g. English &/or Chinese/Japanese/Korean, if the applicable fonts exist in system. (2) DBCS-aware of clipboard, keyboard and/or hand writing device input. (3) automatically with a popup menu for Copy/Cut/Paste etc of ANSI and Unicode text, without any additional code. (4) suitable to serve as label user control as well.

    No extra file required and no subclassing involved.

    For system of XP and onwards only. File size as small as 10K.

    Attached is the said textbox user control, together with a ready-to-run test project.

    Note: After adding the user control to application's Form, please set it'sTabStop property to False.
    Last edited by petersen; Jul 9th, 2010 at 06:59 AM. Reason: Add last paragraph

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