I\'m trying to make a semi-complex masking textbox in Delphi 7. I\'m having problems in that I can\'t find any kind of reference for what each开发者_C百科 character in a mask means. All I can find are
I have added a MaskedTextBox control to my form and i wannt users to enter a vali开发者_如何学God url to control. What mask code i enter to control?you don\'t really want to mask a url, as I believe m
I have a MaskedTextBox that accepts alpha numeric chars but I also want to accept brackets \"()开发者_运维百科\". How can I change the mask to accepts brackets also?See this answer to a similar questi
I know there is masked textbox component for C#, but what I need is to create masked text box which requires开发者_JAVA百科 entered text in format: LLL/LLL but when I enter such mask into Mask propert
I\'ve set up a Telerik RadMaskedTextBox with a Mask of \"####-####\". The problem is, when I later grab the value from this box it returns as \"########\". I\'m unfamiliar with MaskedTextBoxes but I\'
How can I create a MaskedTextBox for accepting hex开发者_JAVA百科adecimals and spaces? I am using Windows Forms in .NET.Simple: you can\'t.
I Have a problem with jquery event handler after async postback on asp.net page. I read this topic - it\'s a good solution, but I need a separate function.
I\'m having trouble finding a Masked Text Box control for .NET 1.1 (big surprise right, obsolete technology), and I realize this is a long shot, but does anyone here know of one?
I am using a masked text box to allow users to enter a serial number. The problem is that this serial number has to be communicated over the phone and people seem to be having trouble differentiating
So I\'m working on a calculator application in C-Sharp and I want to prevent people from entering more than 1 period/point at once. So they can\'t type \".....\" or \"1..1\" or \"1.1.1\"