Connecting Tech Pros Worldwide Forums | Help | Site Map

Help problems

G Gerard
Guest
 
Posts: n/a
#1: May 28 '07
Hello

I have written some help files (MyHelp) using Html Help Workshop version
4.74.8702

When I launch MyHelp.chm from a MSACCESS 2000 application the MyHelp help
window
opens displaying the correct help topic but if I close the application with
MyHelp still
opened I get the following error:

(This program has performed an illegal operation and will be shut down.)

If I open the Microsoft Access Help from the same application
and then close the application while Microsoft Access Help is still opened
there
is no error, Microsoft Access Help closes with the application as it should.

Any ideas?

Thanks
G Gerard


Tom van Stiphout
Guest
 
Posts: n/a
#2: May 28 '07

re: Help problems


On Sun, 27 May 2007 22:37:08 -0300, "G Gerard" <ggerard@mail.com>
wrote:

One idea is to programmatically close Help when your app closes down.
Perhaps you can use the FindWIndow API, and then send that window
handle a WM_CLOSE message using PostMessage.

-Tom.

Quote:
>Hello
>
>I have written some help files (MyHelp) using Html Help Workshop version
>4.74.8702
>
>When I launch MyHelp.chm from a MSACCESS 2000 application the MyHelp help
>window
>opens displaying the correct help topic but if I close the application with
>MyHelp still
>opened I get the following error:
>
>(This program has performed an illegal operation and will be shut down.)
>
>If I open the Microsoft Access Help from the same application
>and then close the application while Microsoft Access Help is still opened
>there
>is no error, Microsoft Access Help closes with the application as it should.
>
>Any ideas?
>
>Thanks
>G Gerard
Closed Thread