Hi,
I am using a select case statment in a key press event to know when a the "." is pressed.
When the "." is pressed - the app will do several rutines.
All works fine - only - it turns out that the actual ploting of the "." on the screen will accur only when exiting from the keypress event - and that brings a problem -
At that stage (when exiting from the keypress event) i dont need the ploting of the "." (it is plotted by one of the rutines in the select case options - and not as the last action eather - so i cant just leave it to be done by exiting the keypress event) - furthermore, this ploting of the "." will change the selstart and will triger the textchange event (i understand why - but dont wont it) whitch is not good for me.
So my question is - is there a why to clean the the keyboard buffer just before getting out the the keypress event - or - i will apreciate any other good pointer to how to solve this specific problem.

Thanks
Dani