Rounded Corners with Transparent Backgrounds in WPF

by 

|

in

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 that. First, set the AllowsTransparency property…

Read more…

Dynamic Splash Screens in WPF

by 

|

in

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 queues Retrieve saved user options Check internet connectivity Fetch team data and icons from the…

Read more…