I have a WPF 4.0 application written in C# and am currently using System.Windows.Forms.Help.ShowHelp() to show the Windows Help file for the application.
I’d like to be able to control the initial size of the help viewer when it opens. Currently it defaults to the most recently used size.
How can I achieve this?
It’s possible. Add a class to your project and paste this code:
You use it like this, the BeginInvoke call is important: