1 min read 0 Development Using a wait cursor doesn’t have to be hard… William Forney September 27, 2020 Here is a simple disposable wait cursor class to simplify your mouse display needs...
2 min read 0 Development STAThread async/await got you down? William Forney September 27, 2020 When encountering issues with async/await while building a Windows Forms application recently I came across this helpful class that allows you to await returning to the initial (usually UI) thread...