CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ts859

Search: Search took 0.01 seconds.

  1. how to highlight/select text in a wpf textbox without focus?

    I want to highlight selected text in a wpf textbox while the textbox is not focused. In my application, my textbox never gets focus, and every key input is done manually.

    I was wondering if there...
  2. Displaying the blinking caret in a WPF textbox without focus

    I'm trying to make the blinking caret visible when the textbox does not have focus. My textbox cannot have focus at anytime because it is in a multiuser application with lots of textboxes...
  3. Replies
    2
    Views
    5,723

    Tried that already. Im looking for handwritten...

    Tried that already. Im looking for handwritten character recognition library, not OCR.
  4. Replies
    2
    Views
    5,723

    Sample C# sode for OCRopus

    Hi,

    I was looking for a library that I could use to recognize handwritten characters from an image in c#. I came across OCRopus, but couldn't find any sample code to use it..Could anyone provide...
  5. displaying a canvas at two positions simultaneously

    In C#, using WPF components, Is it possible to display a canvas (whose contents change at run time based on user input) at two positions on the screen? or in two windows? So basically, whatever...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured