cursor

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hi,
in a vb.net forms appl I have a richtextbox. I can't get the cursorchanged
event to work. It does not trigger. I add it with an addhandler.
Is there some some bug know about this?
What I want is an event that the cursor is moved (cursorchanged event sounds
the way to do that) but some other event that also reacts on an
arrowkeypress is also ok.
Thanks
Frank
 
Ok, my mistake. Cursor means mousepointer?!?!?
I also found out that keypress reacts differently from keyup
So I solved my problems.
Frank
 
Back
Top