carent move in textbox

  • Thread starter Thread starter gie
  • Start date Start date
G

gie

Hi

how can i disable carent move in a textbox when i press keyup, keydown,
keyleft or keyright. i set key handel in KeyDown and KeyUp Event true but
the carent in textbox didn't stop moving.

thanks
 
There may be a better way, but you *could* create a C DLL, subclass the edit
control, and have the subclass routine always set the cursor back to where
you want it. Why would you want to disable this standard behavior?

Paul T.
 
Back
Top