axhost

Get more debug info from AxHost?

Hello I'm trying to deploy an application which uses an library that embeds an ActiveX control with AxHost in C#. When I run the installed app on our test rig I catch and present the following exception: Unexpected exception. This application has failed to start because the application configuration is incorrect. Reinstalling the app...

missing Axhost after using axImp.exe

Hey all, I hope someone could help me out. My original task: I want to write a c# program that silently connects local users of a remote machine (win server 2008). technical problem I have found a code_project article that does exactly what I need :http://www.codeproject.com/KB/cs/RemoteDesktop_CSharpNET.aspx However after dowloading...

Make an ActiveX control work without a form?

We are using Topaz Signature pads. They provide their APIs in the from of an ActiveX control which is to be put on a Winform control. Well, the way our project will work we do not want to have a form(at least not visible). We just want for the signature ActiveX control to get an image in the background. static AxSigPlus sig = new AxSIG...