L
lord.zoltar
I have some Help documents for a program. For the help system, I'd like
to have the user push a button and have a window pop up and display the
HTML help files in a WebBrowser Control. This is pretty easy and
works. The problem is that I've been asked to make the help files
internal to the program - compiled into the resource file to prevent
anyone from tampering with them. I'm not sure this can be done, and
even if it can, how do I load it into a WebBrowser?
to have the user push a button and have a window pop up and display the
HTML help files in a WebBrowser Control. This is pretty easy and
works. The problem is that I've been asked to make the help files
internal to the program - compiled into the resource file to prevent
anyone from tampering with them. I'm not sure this can be done, and
even if it can, how do I load it into a WebBrowser?