spidervenom
Programmer
Hi all,
I am new to Table PC application development, hope someone can help.
I created a VB.NET Windows application and have a textbox control that allows user input (I use InkEdit) using the tablet pc's pen. After the user inputs the text, the text recognizer automatically add a trailing space after the text. Is there a way that I can disable this automatic space adding feature? Can it be done by changing the tablet pc input property, or I need to write code to change this behaviour?
The reason I need to disable this functionality is because the text input will be used as a parameter in a SQL query. Without removing the trailing space, SQL will treat the space as part of the search parameter.
Any help will be greatly appreciated.
Thanks!
I am new to Table PC application development, hope someone can help.
I created a VB.NET Windows application and have a textbox control that allows user input (I use InkEdit) using the tablet pc's pen. After the user inputs the text, the text recognizer automatically add a trailing space after the text. Is there a way that I can disable this automatic space adding feature? Can it be done by changing the tablet pc input property, or I need to write code to change this behaviour?
The reason I need to disable this functionality is because the text input will be used as a parameter in a SQL query. Without removing the trailing space, SQL will treat the space as part of the search parameter.
Any help will be greatly appreciated.