nadia hareb
Messages postés110Date d'inscriptionlundi 18 février 2008StatutMembreDernière intervention18 août 2010
-
16 juil. 2009 à 09:41
My Goal is to create a Windows Forms application that can be used in a WEB environment (ActiveX), and that uses Microsoft Office Document Imaging (COM Reference)
My next step was to add the Microsoft Office Document Imaging, which is a COM Reference/dll, which i added to my Windows Forms project, More specifically what i want to do is use a axMiDocView control to manipulate tif images.
When I run the project from visual studio ( not embed in html object tag) it works nice, but when i put the dlls in the IIS ( myUserControl.dll, AxInterop.MODI, Interop.MODI, Interop.stdole.dll) and call it from the web page, the ActiveX object is not loaded.
My Question is, is it even possible to do what I want? Use an ActiveX object that calls a UserControl made on Windows Forms to be used in a web browser, that uses Microsoft Office Document Imaging ( a COM Reference) ?
I want to apologize for my bad english, and thanks for your time.