Quantcast
Channel: WPF Text Box control
Browsing latest articles
Browse All 10 View Live

WPF Text Box control

I get the same error: The type 'customcontrols:MaskedTextBox' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.Any ideas?In the vb...

View Article



WPF Text Box control

Hi folks,I'm just wondering that Roopesh Reddy is still quite :) Were are you ? :)I hope that you fixed this issue with approach that was mentioned in current post. If so, let us know :)   thx,...

View Article

WPF Text Box control

Hi Julian, That is a valid solution. I for one, however, tend to stay away from hosting winform controls in my Wpf apps. You lose the styling options, and they also refresh and react differently than...

View Article

WPF Text Box control

I found and investigated other approach - it works similar. You also could host a win forms control in WPF.But I'm not sure it is good approach. Probably some one could shine the light on that ? Is it...

View Article

WPF Text Box control

Hi Mariocatch15,I can agree and disagree with you at the same time :)Your solution is easy to implement, but solution that I mentioned is more (reusable). Who knows, maybe in one or two weeks, your...

View Article


WPF Text Box control

Hi RR,1). I shared solution from the mentioned book.Try it here: http://cid-2db6a507243c8ffc.office.live.com/browse.aspx/MaskedTextBox%5E5Chapter24%5E6?uc=12). Also, check if you do not forgot to...

View Article

WPF Text Box control

I believe the easiest solution would be to leverage the TextChanged event from the TextBox control.When the event is hit, if it characters count is 5, insert a hyphen at the end of the TextBox.Text...

View Article

WPF Text Box control

Hi,It is giving error for the MaskedTextProvider. Error 1 The type or namespace name 'MaskedTextProvider' could not be found (are you missing a using directive or an assembly reference?)...

View Article


WPF Text Box control

 Hi, You wrote: After every 5 characters, it should automatically insert hipen(-) This is the first and the main signal to use Masked Text Box approach. You could read about that right here (Chapter...

View Article


WPF Text Box control

Hi,I have a Text Box control. User keep entering the text. After every 5 characters, it should automatically insert hipen(-).Ex: 12345-12345-12345-12345.....It should allow to edit the data once the...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images