hi there..
this my first post in this forum, hope you all can help me :)
here the case:
as the user is typing, i wants to capture the word which has just finished being typed -- as signalled when the user presses the space bar.
i.e:
the user type "thisword " (with space), then my program will capture "thisword"(with out space) when the user press the space bar.
i use a rich text box object.
need your suggestion..
thanks
this my first post in this forum, hope you all can help me :)
here the case:
as the user is typing, i wants to capture the word which has just finished being typed -- as signalled when the user presses the space bar.
i.e:
the user type "thisword " (with space), then my program will capture "thisword"(with out space) when the user press the space bar.
i use a rich text box object.
need your suggestion..
thanks
Comment