Questions tagged [activex-exe]

29 questions
1
vote
1 answer

Accessing OMR Scanner through web application

I want to access OMR Scanner through web application. I have search for it in google and found ScanTool SDK, but I am looking for similar functionality but open source. My basic requirement is below: There will a web interface for the user. User…
1
vote
1 answer

How can two process share a single dll in .net?

We have an VB6.0 ActiveX.exe which was getting data from 2 different instance of same process i.e. my activex.exe was running in its own memory and it was capable of getting data from its parent processes. When the ActiveX.exe is migrated to VS…
1
vote
0 answers

Trying to upgrade C++ 6 project with a VB6 ActiveX exe

I've inherited a C++ 6 project, and I am trying to upgrade it to C++ 2010 I haven't worked with C++ in years, and have found 2010 to be much more strict than C++ 6 The project has a reference to a VB6 ActiveX exe There are 2 things in the ActiveX…
1
vote
0 answers

Qt ActiveX Server Debugging Strategy

I am having problems with building an ActiveX object via activeqt. I attempted to follow a "Simple Example" via the qt 5 documentation (source, but when I run the demo IE page, the page only displays "Object not available! Did you forget to build…
emsworth
  • 1,149
  • 10
  • 21
1
vote
0 answers

Maintaining Configuration Files using .dll controls as ActiveX Control

I need to create an ActiveX Control using .NET and I want to host it in a C++ application. I have created the ActiveX Control and one of the dependency controls using Enterprise Library 5.0. Now I need to maintain its respective configuration…
Sai KK
  • 11
  • 2
0
votes
1 answer

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 mnuRightClickRefresh_Click() 'Call ... End Sub When I press F3…
0
votes
2 answers

How to debug C++ OCX control in VS2010 hosted by VB6 ActiveX EXE

I have an OCX control written in C++ and built with VS2010. The host application for the control is a VB6 ActiveX EXE. I am trying to figure out how to debug the OCX control in VS2010. Normally to debug an OCX control you put in the host…
JonN
  • 2,498
  • 5
  • 33
  • 49
0
votes
0 answers

VB6 modal form in out-of-process ActiveX exe

I have a VB6 ActiveX DLL that's been working fine for many years. It has modal forms. I changed it to an ActiveX EXE so that it can be instantiated by 64-bit programs. I do understand the performance hit. It's working, but now of course the modal…
Greg Lovern
  • 958
  • 4
  • 18
  • 36
0
votes
1 answer

Activex doesn't work with apache balancer

I'm having a problem to run and exe from my browser using ActiveX. I have Apache balancer and 4 ManagedServer on Weblogic. The problem is: Browser---> ServerA IT WORKS open my exe Browser---> Apache-Balancer---> Server(A,B,C,D) random server DOESN'T…
carlitos081
  • 151
  • 1
  • 13
0
votes
2 answers

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 the correct privileges in Component Services ->…
Matt
  • 1,370
  • 2
  • 16
  • 40
0
votes
1 answer

Register ActiveX SERVER in Linux through wine

I have a windows application written in VB6 that uses an ActiveX exe. On program startup i am registering ActiveX exe with /regserver option. We wanted to test this application in linux through wine. Installer worked fine and when program is…
ramu
  • 1,019
  • 3
  • 15
  • 41
0
votes
0 answers

C++ Instance of Executable ActiveX fail on 64 bits environment. Error Invalid advise flags

I have an Executable ActiveX component created with VB 6, consumed by an application made with C++ (32bits) that Instantiate it. Everything works fine under win 7, XP, Win 2003 32 bits, but when I run under Windows 7 or windows 2012 64 bits I got…
0
votes
1 answer

WCF scenario with least protection

I have written a WCF services that generates some messages. These message should be retrieved by a different application. Both run on one computer without network access. In fact, I was trying to create something like an Active-X-exe in .NET. I…
tmighty
  • 10,734
  • 21
  • 104
  • 218
0
votes
1 answer

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.
user263725
1
2