Samuel
Samuel
CC#
Created by Samuel on 12/6/2024 in #help
Decimal in clamped TextBox
Then no valid entries would be parsed
10 replies
CC#
Created by Samuel on 12/6/2024 in #help
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 decimal
10 replies
CC#
Created by Samuel on 12/6/2024 in #help
Decimal in clamped TextBox
I'm open to alternatives to a regex but please keep responses related to the asked question
10 replies
CC#
Created by Samuel on 12/6/2024 in #help
Decimal in clamped TextBox
I only included it in the method for clarity
10 replies
CC#
Created by Samuel on 7/9/2024 in #help
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
CC#
Created by Samuel on 7/9/2024 in #help
Embedding a 3D view with OpenGL backend within a WPF view
I'd like to avoid that
7 replies
CC#
Created by Samuel on 7/9/2024 in #help
Embedding a 3D view with OpenGL backend within a WPF view
I won't be able to interface with Silk directly? I'll have to do some interop?
7 replies