Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
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.
  • *Gurus*
Posted

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.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...