G
Guest
Hi!
I have followed the MSDN documentation to implement use of the
"Notification"-class to let the user enter data.
http://msdn2.microsoft.com/en-us/library/microsoft.windowsce.forms.notification(vs.80).aspx
Private Sub ctlNotification_ResponseSubmitted(ByVal sender As System.Object,
ByVal e As Microsoft.WindowsCE.Forms.ResponseSubmittedEventArgs) Handles
ctlNotification.ResponseSubmitted
When I interprete the e.Response some characters has been replaced by the
system, and that is really annoying.
E g the string "A B/C" becomes "A+B%2FC".
The space character has been replaced with a "+"
And the "/" character has been replaced with the string "%2FC".
How to prevent this distortion of the entered string?
Or is there a built in method for restoring the string?
Best regards
Benjamin,
Sweden
I have followed the MSDN documentation to implement use of the
"Notification"-class to let the user enter data.
http://msdn2.microsoft.com/en-us/library/microsoft.windowsce.forms.notification(vs.80).aspx
Private Sub ctlNotification_ResponseSubmitted(ByVal sender As System.Object,
ByVal e As Microsoft.WindowsCE.Forms.ResponseSubmittedEventArgs) Handles
ctlNotification.ResponseSubmitted
When I interprete the e.Response some characters has been replaced by the
system, and that is really annoying.
E g the string "A B/C" becomes "A+B%2FC".
The space character has been replaced with a "+"
And the "/" character has been replaced with the string "%2FC".
How to prevent this distortion of the entered string?
Or is there a built in method for restoring the string?
Best regards
Benjamin,
Sweden