For some reason I can\'t get this to work at all. I have read from various sources that I can override OnStartup in a WPF application and it will fire off as the App is cre
I think what you really want to do is to subscribe to the Startup event. You can do this in your XAML file:
Startup