Subj : Re: Accessing WinHelp files from application To : borland.public.cpp.borlandcpp From : David Ayre Date : Wed Feb 09 2005 06:30 am >or >You could ShellExecute( hwnd, "open", "myhelp.chm", 0,0, SW_SHOW ); > snip Hi Bob, 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. Cheers, David .