Mask Edit Box

whizkid123

Active member
Joined
Dec 11, 2002
Messages
33
Location
India
Is there any problem in Mask Edit Box Control?? When I try to retrieve the text entered in the control, it always returns blank. This Ive done bothways, with a mask and without a mask. Also made a new application and tried it. But everytime it gives only a blank value. Ive used the AxMaskEdBox1.Text property. This is give the result na? How else do I get the text from this control. Ive added the Microsoft Mask Edit Control Version 6 from the COM Components.
 
I dont know why it wouldnt work, but bear in mind you shouldnt really be using this control under .NET. Chances are you only have it because you have Visual Studio 6 as well.

If you cant get it working you could try using a textbox and validating the data entered yourself in the Validating event.
 
Back
Top