Hi,
I have an application with accompanying help file. There is a help menu
which allows direct access to the Contents, Index and Search pages of the
help file.
Until recently I've had to use the P/Invoke services to run the 'hh.exe'
program as a process because of a bug in .Net's wrapper for help :-
System.Windows.Forms.Help. This problem seems to have been fixed but I've
noticed that I now get a message box (with no title) appearing after a couple
of help invocations which tells me that there is no memory available to
complete the request, after OK'ing this message the application is forced to
close.
Has anyone else had similar problems using the help wrapper in C#?