Thursday 15 August 2013

vb.net - How to apply textchange as i typed in a textbox? -


Anyone can help me in formatting my textbox as I have typed numerals, I can say ":" As I typed

  Mist txtwk1monin changed the text as private subtxtwk1monin_Text (by object, as byval E., EventArgs as the system handles) txtwk1monin.TextChanged format (txtwk1monin. Text, "00:00") End Sub    

Instead of a standard textbox Receive and use 00:00 . You can set the PromptChar property to "" to delete the underlined shown.

  MaskedTB.Printed = "" C MaskedTibi Mask = "00:00"    

No comments:

Post a Comment