Mask Edit Box

whizkid123

Freshman
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. I've used the AxMaskEdBox1.Text property. This is give the result na? How else do I get the text from this control. I've added the Microsoft Mask Edit Control Version 6 from the COM Components.
 
I don't know why it wouldn't work, but bear in mind you shouldn't really be using this control under .NET. Chances are you only have it because you have Visual Studio 6 as well.

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