Coding
GUI not updated when app does not have focus
I have an app that needs to run on a tertiary monitor. It runs perfectly when the app has the focus, but when I alt-tab away or open another app, the GUI stops updating until Read more…
I have an app that needs to run on a tertiary monitor. It runs perfectly when the app has the focus, but when I alt-tab away or open another app, the GUI stops updating until Read more…
Hello all, I would like to know the binary search tree terminology exactly. I know the value which is less than its root node, it will come left side or vice-versa. but what if in Read more…
So I’m trying using the ASPNetHeroBoilerplate that was posted the other day for a project that I’ve been kicking around. I’ve never used a CQRS/MediatR/Repository + Onion pattern before, but I decided that this would Read more…
I asked this before and someone recommended Systems.Threading. However, these still have a low level of abstraction. Java has a framework for concurrency and they have classes/interfaces which do the managing for you and also Read more…
Sometimes I starts a project that begins simply enough but that requires me to write a couple of other programs. In this case I wanted to write a simple flash card program to display images Read more…
This is a program I recently wrote to print product signs for my bakery The Enchanted Oven. You can modify the code to use your product names and prices. In the program’s main form (upper Read more…
Hello everyone! This is a monthly thread for sharing and discussing side-projects created by r/csharp‘s community. Feel free to create standalone threads for your side-projects if you so desire. This thread’s goal is simply to Read more…
The second step in building a Hiragana flash card program is to label images so you can understand what they mean. My last post in the series, Split images into halves in C#, showed how Read more…
This example uses storyboard animation to move a rectangle and uses XAML data binding to display the rectangle’s location as it moves. It’s actually fairly simple, at least a far as WPF goes, once you Read more…
Hi everyone. So first time in my life I have an issue with encoding in C# I have telegram library which uses mtproto to Send Messages and Receive Reply, nothing special. But C# doesnt recognize Read more…