Quote Originally Posted by VanGoghGaming View Post
There's a lot of new information to absorb about .NET concepts I've never heard of before which I need to adapt into VB6.
Not so much .Net as it is WPF. My guess is that you had to learn about flow based positioning, control templating, triggers etc? Well those started with WPF which itself is based on HTML's way of doing things. The idea is to create UIs declaratively rather than programmatically.