Hi,

In my exe I have a command button. When this button is clicked it opens my help.exe (I use the treeview control in my help file).

Now, what I want to know is, is it possible to have the help file opened on a certain page when it's opened from the main app? Like when the above button, titled 'Using this program' is clicked, the page that loads in the help.exe is the relevant page to that part of the program?

If the user opens the helpfile by double clicking it (not through the main application) it opens up on the title page, rather than a particular page.

Is it possible to do this in vb? How?