D
Dennis K.
I created a new VB.NET Windows Application and dragged a Microsoft
MaskedEditBox onto the empty form (did not change any of the defaults).
In Form1_Load I added the line...
AxMaskEdBox1.Text = "14"
But nothing is displayed in the box when I run the application.
Any idea what is going on here?
MaskedEditBox onto the empty form (did not change any of the defaults).
In Form1_Load I added the line...
AxMaskEdBox1.Text = "14"
But nothing is displayed in the box when I run the application.
Any idea what is going on here?