WPF Textbox numeric entry

This forum is meant for questions and discussions about the XSharp Tools libraries, which contain code written by XSharp users that they want to share with others,
The development team is not responsible for this code

Moderator: wriedmann

Post Reply
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

WPF Textbox numeric entry

Post by wriedmann »

Hi,
since I had the need for a numeric entry WPF TextBox without dependecies to the X# Runtime, I have search around and found this here:
https://github.com/SmarterDB/WPF-Maskab ... ry-TextBox
This seemed me to work well, and therefore I have translated the VB.NET code to X# and put it in a DLL XSharp.Tools.WPF.DataEntry.DLL.
You can find an XIDE application export file and a sample (and both binaries) here:
https://riedmann.it/download/XSharp.Too ... aEntry.zip
Comments are welcome!
Wolfgang
P.S. I have changed the code only where needed - mostly is at is was written by the original developer. (the relative company seems to be out of business as their domain is for sale).
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply