Please help me..I use Object -MaskEdBox and I want to clear value in it. I can't do it when I return value to MaskEdBox
I use MaskEdBox.FormattedText but can't return value to object-MaskEdBox.Please suggest for solve this problem.
Printable View
Please help me..I use Object -MaskEdBox and I want to clear value in it. I can't do it when I return value to MaskEdBox
I use MaskEdBox.FormattedText but can't return value to object-MaskEdBox.Please suggest for solve this problem.
Hi,
AxMaskEdBox1.CtlText = Format(Date.Today, "dd/MM/yy")
TextBox1.Text = AxMaskEdBox1.CtlText
Have a nice day