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

    Post C# Key suppress (or) handled is not working for korean language

    Hi.

    The key suppress event is working fine for english character for a string (blocked string). But for korean characters, if i tried to edit the blocked character, the character is not blocking it is simply typing.

    i tried by key supress event and handled event it is not working. please suggest some other option to catch and block from editing.

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: C# Key suppress (or) handled is not working for korean language

    I assume you are talking about setting the handled property in the KeyPress event? There is no KeyHandled event.

    Have you set a break point to make sure the code is executing?
    Always use [code][/code] tags when posting code.

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