I have noticed that sometimes a winsig.exe process continues to exist in the Task Manger after an application using ActiveX shuts down. The following windows messaging code was suggested as a way to kill that process in an On_Closing() event of your application:
GlobalFindAtom(winsig.exe)
I haven't tried it, but one of the users I talked to in the past few days said that it works.
GlobalFindAtom(winsig.exe)
I haven't tried it, but one of the users I talked to in the past few days said that it works.
Comment