Subj : Re: Accessing WinHelp files from application To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Wed Feb 09 2005 08:15 am David Ayre wrote: >>You could ShellExecute( hwnd, "open", "myhelp.chm", 0,0, SW_SHOW ); > >Thanks for that. I tried the above, and it worked fine, both on >Windows 98 and Windows XP. Couldn't get it to be context >sensitive, but at least it brings up the html help. Did you try the other suggestion? (This is modified from one of your other messages) WinExec("hh.exe help.hlp#TopicOfChoice", SW_SHOW); .