by Nate Lowry | Oct 30, 2014 | Software Development Tips & Tricks
Rounded corners for a WPF app can give it an impressive look. But problems can arise when you don’t have attributes on the window set up quite right. For example, we have a white background that’s killing the corner roundness. Luckily there’s an easy way to get rid of...
by Nate Lowry | Nov 14, 2013 | Software Development Tips & Tricks
There’s a lot going on when an EliteForm PowerTracker starts up. Some of it isn’t our code, but some of it is. Here’s a high-level list of what happens: Load PowerTracker Load environment file Register events Initialize background workers Initialize...