Thanks for the tip and welcome to the forums!
MadCap, since the solution is now out, any chance to make that permanent in the viewer? I guess this thread clearly shows that customers do not want the splash screen.
I'm just hoping that they don't "fix" the workaround and force the MadCap splash ...
Search found 2 matches
- Thu Feb 07, 2008 3:49 pm
- Forum: DotNet Help and the Dot Net Viewer
- Topic: Whose help is this anyway?
- Replies: 96
- Views: 102495
- Thu Feb 07, 2008 1:29 pm
- Forum: DotNet Help and the Dot Net Viewer
- Topic: Whose help is this anyway?
- Replies: 96
- Views: 102495
Re: Whose help is this anyway?
I've found an acceptable work around. I hope this helps some of you guys.
Don't use the MadCap.HelpViewerClient, use the MadCap.HelpViewerEmbeddedClient.
Before:
using MadCap.HelpViewerClient
....
HelpViewerClient client = new HelpViewerClient();
if (client.TryLoad(pathToHelpFile))
{
client ...
Don't use the MadCap.HelpViewerClient, use the MadCap.HelpViewerEmbeddedClient.
Before:
using MadCap.HelpViewerClient
....
HelpViewerClient client = new HelpViewerClient();
if (client.TryLoad(pathToHelpFile))
{
client ...