The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: Rainstorm on March 16, 2006, 12:41:31 PM

Title: Any way to open more than one .hlp file ?
Post by: Rainstorm on March 16, 2006, 12:41:31 PM
is there any way to open more than one .hlp file at a time ?

if i have one open & try to open another, it opens in the same window.
can't open them in seperate windows, at the same time
if anyone knows a way around this.. it would be a great help

thanks.

-

Title: Re: Any way to open more than one .hlp file ?
Post by: Tedd on March 17, 2006, 12:04:46 PM
Not sure what you're doing there, but I've just opened two .hlp files without any problems.
They both open in separate windows. This works both with different .hlp files and the same one.
How are you opening them?
Title: Re: Any way to open more than one .hlp file ?
Post by: rags on March 17, 2006, 02:06:46 PM
Tedd,
I think Rainstorm is referring to what happens in QEditor.
Same thing happens to me.
If I open a help file from the help menu, say 'Masm32 help', but I also want to check something out in the 'High level macro help',
and I select that from the help menu. The Masm32 help will close and be replaced by the High level macro help.
I'm not shure how to fix that.
Regards,
Rags
Title: Re: Any way to open more than one .hlp file ?
Post by: Mincho Georgiev on March 17, 2006, 02:08:07 PM
Tedd is right. I have the habit to open 10 at time.
Title: Re: Any way to open more than one .hlp file ?
Post by: Mincho Georgiev on March 17, 2006, 02:09:08 PM
Oh, rags, i didn't saw your post, sorry.
Title: Re: Any way to open more than one .hlp file ?
Post by: Tedd on March 17, 2006, 06:36:04 PM
Okay, I see the problem now :lol
But not the solution ::)


I tried modifying the help menu entries in qeditor's "menus.ini" to the form "winhelp helpfile.hlp" but it didn't work.
I assume there are commandline arguments you can pass on to winhelp, but finding out what they are is a different matter :bdg
Title: Re: Any way to open more than one .hlp file ?
Post by: MichaelW on March 18, 2006, 02:59:31 AM
Adding the following to the Quick Editor menu will allow you to open the .hlp files in independent instances of winhlp32, but after each new instance is opened Quick Editor will stop responding for ~30 seconds. I have not thoroughly tested any of this, but after Quick Editor starts responding again it seems to work normally.

__MASM32 Help,winhlp32.exe \MASM32\HELP\masm32.hlp
__High Level Macro Help,winhlp32.exe \masm32\help\hlhelp.hlp
__MASM32 &Library Reference,winhlp32.exe \MASM32\HELP\Masmlib.hlp
__MASM32 Dialog Help,winhlp32.exe \MASM32\HELP\Dialogs.hlp
__FPU Lib Help,winhlp32.exe \MASM32\HELP\Fpulib.hlp
__Opcodes Help,winhlp32.exe \MASM32\HELP\Opcodes.hlp
__FP Opcodes Help,winhlp32.exe \masm32\HELP\Fphelp.hlp
__ASM Intro Help,winhlp32.exe \masm32\HELP\Asmintro.hlp
__VKdebug Help,winhlp32.exe \masm32\HELP\dbgwin.hlp

Title: Re: Any way to open more than one .hlp file ?
Post by: Rainstorm on March 18, 2006, 06:34:18 AM
hi,

thanks all, for your replies..

I'd been opening them from the menu, & that way they open in the same window (whether
trying to open the other masm .hlp files at the same time or some other program's .hlp)

but i've been trying and..
it seems to me that if you try & open them directly from the explorer directory you can open
many of them in seperate windows. (that's a relief)


Thanks for the tip MichaelW

-
Title: Re: Any way to open more than one .hlp file ?
Post by: MichaelW on March 18, 2006, 07:35:00 AM
Rainstorm,

In case you didn't notice, Hutch tweaked the QE help file support to correct this behavior.

http://www.masmforum.com/simple/index.php?topic=4227.0