This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
How can we use the MaskTextBox element to implement IP Address control which will work as standard windows ip control who behaves like- 1)The bottom mask line should not appear. Thanks, Harry |
|
|
Hello Harry, Apologies for the slow response. Unfortunately what you require is beyond the capabilities of the MaskedTextBox. I would suggest that this be implemented as a user control with four centre-aligned IntegerTextBox controls with their ranges set to 0 to 255, and with their PreviewKeyDown events overridden to perform cursor key handling. You should be able to do some tricks with borders and background colours to make it still appear all as one control if required. |
|