Tagged Questions
The activex-exe tag has no wiki summary.
3
votes
1answer
69 views
How to write a COM EXE for Win32 using Tcl and TclApp?
I would like to think it possible to use TclApp to create a Win32 EXE that could be used as COM server EXE.
Has anyone tried this, or is it too horrible an idea to seriously consider?
Basically, I ...
3
votes
1answer
705 views
Running a non-thread-safe dll in a multithreading windows http server
I need to encapsulate a VB6 application as a COM object that will be called by IIS. One of the dlls used by the VB6 app is NOT thread-safe.
How can I make sure that whenever my COM object is called ...
2
votes
1answer
193 views
PowerPoint printing using activex control
We have written an ActiveX control using C# to use it in Microsoft PowerPoint. The control has following Title: 'Test Viewer'. When I place the control in PowerPoint in edit mode, I see the title in ...
2
votes
1answer
33 views
If I have multiple apps accessing the internet through one ActiveX EXE will just the ActiveX need Firewall persmission?
Here's one for a firewall expert:
If I have an ActiveX EXE (created in VB6) and use that for several other VB6 apps to access the internet, will I need to only get permission from the Firewall (if it ...
1
vote
0answers
45 views
Non-modal forms cannot be displayed in this host application
All
My Excel Addin (XLL AddIn, call it MyAddIn) is built with C#, ExcelDNA, NetOffice, VS2010,
Client has another addin let's call it B, I guess it is written in VBA.
client says B works fine ...
1
vote
2answers
615 views
Simulating SideBySide for Out of Process ActiveX
We are adapting our client side relatively complicated application (ActiveX / .net / Delphi / C++ / COM ) to use SxS to achieve non admin deployment and isolation from older versions of our product.
...
1
vote
3answers
1k views
What is the Best Practice for converting a vb6 standard exe to a activex exe?
i have a legacy massive vb6 editor with plenty of 3rd party libraries and controls and recently there is a need to set it up to make it multi thread so i can run a few other forms independently from ...
0
votes
0answers
28 views
.NET event attached to VB6 ActiveX EXE not working after upgrade to .NET 4.0
I have a .NET WinForms application that references an ActiveX EXE written in VB6.
var activeX = new global::ApplicationName.ClassName();
I attach events handlers to the activeX object:
...
0
votes
0answers
16 views
Custom ActiveQT component not visible in visual studio 2010 but works in Test Container
I modified some working code using QT to serve as an out of process ActiveX server using ActiveQT. That all went relatively smoothly. After I figured out how to get the MIDL to compile etc. the ...
0
votes
1answer
46 views
VB6 Wrong Events fires on F5
I have a grid on a user control, which is on a user document vbd page, which is in ActiveX exe Application
This is the event I get when pressing F5 on the grid
Private Sub ...
0
votes
1answer
95 views
Active x control (Does it need vb 6 runtime on client machine to work)
I have developed an active x control in visual basic 6. Does the client machines need to have visual basic runtime to be able to use this active x control in browser.
I appreciate your response.
...
0
votes
1answer
69 views
Is re-registration required for new version of activex exe component?
When you deploy a new version of an activex exe does it need to be registered again? The exe was created in VB6.
0
votes
2answers
504 views
API Equivalent of running SomeActiveX.Exe /regserver
I need to register an ActiveX exe programmatically and Shell(SomeActiveX.Exe /regserver) is not sufficient. Is anyone aware of an API equivalent?
0
votes
2answers
264 views
How do I let a non-admin user instantiate objects from a VB6 ActiveX Exe?
Question says it all really...
I have tried changing the "Allow non-admin users to run this program" setting on the property pages, and have also given the non-admin user in question what looks like ...