Tuesday, March 15, 2011

Reading from RichTextBox in VC++

Hi,

I have to read the text character by character from a RichTextBox in VC++. I need a function like getch or getche.

From stackoverflow
  • If you want to read the text while it is typed by the user, you'll have to attach to the "key up/down" or "text changed" events (depending on your ulterior motives).

0 comments:

Post a Comment