The only other .NET way to show help, that I'm aware of, is using the System.Windows.Forms.Help class. It has a few methods, including ShowHelp, which has 4 overloads. One of them might be of some use to you.
If not, you could always call the same APIs that MFC does.