TheRainInSpainFalls
TheRainInSpainFalls
CC#
Created by TheRainInSpainFalls on 10/3/2024 in #help
Getting the initial text size of a RichEditBox. (answered)
Thank you, they problem ended up with it the RichEditBox default value being stored before the control properly initialised. Capturing the font size in the _Loaded event works.
4 replies
CC#
Created by TheRainInSpainFalls on 2/12/2024 in #help
Spliting both Horizontally & Vertically in VS
Thank you, I use powertools, but never thought of saving my IDE layout with it.
7 replies
CC#
Created by TheRainInSpainFalls on 2/2/2024 in #help
Trying to learn FluentAssertions, but have a weird result from Should().Be(new Wotsit ())
That'll be worth trying, non-decimals/ints rarely match perfectly.
13 replies
CC#
Created by TheRainInSpainFalls on 2/2/2024 in #help
Trying to learn FluentAssertions, but have a weird result from Should().Be(new Wotsit ())
Thank you, I'll check it when I wake up.
13 replies
CC#
Created by TheRainInSpainFalls on 2/2/2024 in #help
Trying to learn FluentAssertions, but have a weird result from Should().Be(new Wotsit ())
I know doubles are slightly inprecise compared to decimals
13 replies
CC#
Created by TheRainInSpainFalls on 2/2/2024 in #help
Trying to learn FluentAssertions, but have a weird result from Should().Be(new Wotsit ())
Urgh! Expected property result.Blue to be 0.04, but found 0.04000000000000001. I really should just use three seperate result.Blue.Should().BeApproximately(0.04, tolerence);
13 replies
CC#
Created by TheRainInSpainFalls on 2/2/2024 in #help
Trying to learn FluentAssertions, but have a weird result from Should().Be(new Wotsit ())
hmm... it seems to be an issue with me initialising the variable inside should be. result.Should().BeEquivelentTo(expected); works
13 replies
CC#
Created by TheRainInSpainFalls on 10/6/2023 in #help
❔ Which library is best for mouse hooks in .net 6/7/8? MouseKeyHook/WindowsHook don't work.
Maybe https://github.com/TolikPylypchuk/SharpHook will work, I'll give it a try
3 replies