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

    wpf .net 3.5 spell check

    Hi,

    I have enable the spellchecker for some textbox controls in our application. It was working originally, but stopped for some reason.

    Now when you right click on a spelling error the context menu gives you the appropriate options however the corrections are not applied. It just does a select all and leaves the text the same way. It's very odd.

    Has anyone seen this happen before? Any ideas as to what's going on?


    Thanks,
    Tara

  2. #2
    Join Date
    Nov 2010
    Posts
    2

    Re: wpf .net 3.5 spell check

    I found the issue. It has to do with code we put in to select all text on focus. Selecting all text confuses the spell checker. This link describes the code we added http://www.intertech.com/Blog/post/H...-on-Focus.aspx

    I'm not exactly sure of the solution yet, but at least I know why it's happening.

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