xsharp.eu • WPF Textbox numeric entry
Page 1 of 1

WPF Textbox numeric entry

Posted: Fri May 05, 2023 6:17 am
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).