Similar Threads
1. Terminating ActiveX Document EXE When IE Closes
Hello All,
I've got an ActiveX Document EXE project that works just fine, but when
Internet Explorer closes, it does not unload the program. The program will
run indefinitely until it is closed in the project manager.
I've noticed while debugging in the IDE I always have to click STOP to
terminate the application from running before I can continue coding.
In normal VB, when the last form is unloaded the whole application
terminates. This does not appear to be the case for Active Documents.
Shouldn't it just unload itself?
Does anyone know how to do this? Should I trap IE events then process and
END when the browser is closed?
Any help would be appreciated.
Thanks,
Ramon Reis
2. Terminate ActiveX EXE - Visual Basic/VB
3. HTA Application problem - mshta.exe will not terminate
I am putting together an HTA application. In it, I have a Do/Loop that
will run until either a button is selected or the IE window is closed.
The button works fine. But, if I close the IE window, mshta.exe
remains running. I tried using onbeforeunload and setting the same
flags and doing the same process that I use for the button, but no
luck.
TIA
4. Can an VB ActiveX EXE contain (not make) a Synchronous Method Call
5. ActiveX Exe does not work after changing filename
I have an ActiveX project in VB 6. Up until recent versions, I have been able
to change the filename of the exe and run it successfully (e.g. I could
compile to test.exe, run test.exe, rename test.exe to test1.exe and also be
able to run test1.exe).
Now I find that if I change the filename, the program will not run. There is
no error message, After double-clicking on the file, the cursor displays the
hourglass, and then returns to normal.
If I remove the typelib entry for the file in the registry (I only need to
remove the win32 key), I can then run it with the changed name, but if I
change the filename again, it will not run.
This happens with later versions of my software but not earlier. I think the
problem lies somewhere during startup. For testing I have the program pop up
a message box before it does anything else, so I do not think it has anything
to do with other changes in the software.
Does anybody have any ideas what might be happening?
Thanks in advance
Chris
6. ActiveX Exe component not working on Win2003 server - Visual Basic/VB
7. Problem - ATL ActiveX EXE does not work when placed inside a VB form
"Omer" < XXXX@XXXXX.COM > wrote in message
news: XXXX@XXXXX.COM ...
> I have generated a "Full control" ActiveX in a local server (exe)
using the
> ATL wizard.
There is no such thing as an ActiveX control in a local server. An
ActiveX control must be in a DLL. The fact that the wizard allows you to
create a non-working project may be considered a bug in said wizard.
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
8. How to identify ActiveX EXE and Stabdard EXE....