The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: hutch-- on March 18, 2006, 04:37:08 AM

Title: Minor tweak on QE with help file support.
Post by: hutch-- on March 18, 2006, 04:37:08 AM
We have a current thread that reported a problem with QE in that it would only open one help file instance at a time and close the previous open help file. This appeared to be the default behaviour with the WinHelp API and it has always worked like this so i have changed it to a ShellExecute() function call and it appears to allow multiple help files to be opened from the help menu.

Please let me know if this behaviour is reliable and does the job.

[attachment deleted by admin]
Title: Re: Minor tweak on QE with help file support.
Post by: zooba on March 18, 2006, 07:17:29 AM
Appears to work fine :U

Cheers,

Zooba
Title: Re: Minor tweak on QE with help file support.
Post by: Rainstorm on March 18, 2006, 12:35:54 PM
hi.

Works fine here, Thanks..... q:)

-