Hello I am trying to find a good way to put a mask on a textbox for dates and phone numbers so when it gets focus it will get the mm/dd/yyyy or (###)###-#### mask. I don't want to use a mask edit. Does anyone have a piece of code that can show me that? I have been trying to use
text1.text = format ( text1.text, "(###)###-####") but it is not working. Please Help! Pre-Thanks