whizkid123 Posted December 21, 2002 Posted December 21, 2002 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. Quote
*Gurus* divil Posted December 21, 2002 *Gurus* Posted December 21, 2002 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. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
whizkid123 Posted December 23, 2002 Author Posted December 23, 2002 Ohhh.. Ok fine thanks once again!! U seem to be solving all my problems!! Thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.