Is there any class in WPF that would allow me to handle a splashscreen with text changing, as well as the argument acceptation, even in the case of a second launch that result in the same single application instance ? Though this class was in Microsoft.VisualBasic, it was possible to use it in C#, and that was very practical. Is there anything equivalent in WPF, and if not, what would you recommand for these two needs (changing splash, and single instance with arguments management) ?
Thanks in advance for any hints.