Subj : Re: Accessing WinHelp files from application To : borland.public.cpp.borlandcpp From : David Ayre Date : Tue Feb 08 2005 08:18 am "Ed Mulroy [TeamB]" wrote: >I can only guess about this. >>Just to try to see what is going on try doing these two and see what the >results are: > WinExec("winhelp.exe help.hlp", SW_SHOW); > WinExec("winhlp32.exe help.hlp", SW_SHOW); snip Hi Ed, I find that WinExec("winhlp32.exe help.hlp", SW_SHOW); works. Are there any more parameters that can be added to give context facilities? Cheers, David .