Posted 14 years ago
by John Howe
Hi Guys,
We are using the MaskedTextBox control to collect a latitude and longitude using the following mask:-
([0-8][0-9]|[9][0])° [0-5][0-9]\.[0-9][0-9][0-9]\'[NS] (1[0-7][0-9]|0[0-9][0-9]|[1][8][0])° [0-5][0-9]\.[0-9][0-9][0-9]\'[EW]
This would work nicely if it were not for the fact that we can find no way of knocking off insert mode and getting the control to go into overwrite mode.
With this sort of mask overwrite mode is more or less essential, just can't find a way of locking the control into this mode. Am I missing something?
Regards
John
We are using the MaskedTextBox control to collect a latitude and longitude using the following mask:-
([0-8][0-9]|[9][0])° [0-5][0-9]\.[0-9][0-9][0-9]\'[NS] (1[0-7][0-9]|0[0-9][0-9]|[1][8][0])° [0-5][0-9]\.[0-9][0-9][0-9]\'[EW]
This would work nicely if it were not for the fact that we can find no way of knocking off insert mode and getting the control to go into overwrite mode.
With this sort of mask overwrite mode is more or less essential, just can't find a way of locking the control into this mode. Am I missing something?
Regards
John