Re: HTML Help



The HtmlHelp function returns the window handle of the help window. Have you
tried to modify this window manually and make it the top-most window?

var
h: THandle;
begin
h := HtmlHelp(TrainingCardHandle, pchar(myhelpfile + '::/mytopic.html'),
HH_DISPLAY_TOPIC, 0);
if h <> 0 then SetWindowPos(h, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE or
SWP_NOSIZE or SWP_NOREDRAW );
end;

--
Alexander Halser
_________________________________________
EC Software GmbH - http://www.ec-software.com
Publishers of Help & Manual + TNT Screen Capture



.



Relevant Pages

  • Re: this.window.focus() vs. window.focus() vs. this.focus()
    ... When used in-line in the body tag, 'this' refers to the body element. ... the body element doesn't have a window property; ... This will attempt to call the focus method of the body element. ... Since I am using named windows to avoid users opening multiple copies of the same popup help window, some means of giving focus to an old copy of the help window is necessary, else the user will click the help link and nothing appears to happen. ...
    (comp.lang.javascript)
  • Re: Change owner of Help window
    ... If the help window is launched from one window, ... help window for the latest open form when the user presses F1? ... As for changing the window parent, the Win32 function SetParent() will do   ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: red x instead of picture in Windows XP Help and Support window
    ... The Help and Support window works through the browser. ... Multimedia section and make sure that the Show Pictures option is checked. ... Scroll down to this section: ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Windows help pops up everytime a program starts
    ... Strange behaviour indeed. ... > program e.g. Notepad or task manager, the help window ... > click on the program window. ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: practice files for word 2002
    ... the instructions window wasn't opening. ... > only window open was the dot file. ... It says in the help window about ... > the "Learn More" link to download a copy of Offfice 2003, ...
    (microsoft.public.office.misc)