I would like the user to enter a hex number in a text box in the format of

0x#####

For example, 0x12AD would be a valid entry. It would be nice to be able to mask all non valid hex values (non 0 to 9, A-F) with the MaskTextBox control. Can anyone help me set up the proper mask to do so (if its even possible)?

Regards,

Kevin