If you are working on a Windows Forms project and you are using threads in some way, by accessing the controls from a thread otherRead more…
Month: May 2020
Quickly open the startup folder in Windows 10
There are moments in which you need to automatically start a program in Windows 10. Once upon a time, you could easily find the StartupRead more…
Sum the first N numbers in your program
Today I want to talk about a little math trick… sum the first N numbers, where N is an arbitrary number of your choice. ToRead more…