Samuel
Decimal in clamped TextBox
TryParse is not sufficient. For example, if you user starts to enter a negative number, the parsing will fail, and will be reverted to an earlier value. Also, parsing values such as
0.
, -1.
or 123.
will parse successfully and remove the decimal10 replies
Embedding a 3D view with OpenGL backend within a WPF view
I have found this solution
https://github.com/qian-o/SilkRenderer
I've managed to get a working copy in .NET. I'd like to get it working with NetFx. I'm currently getting a System.PlatformNotSupportedExceptio
7 replies