Hi, Thanks for the help :) I have one more doubt, Do we have anything in jacozoom which help me to use window APIs from java? Like finding a perticular window,...
I have a piece of code where I print out the current document opened in Word. Previously, I always printed the complete document but now I need to be able to...
When I call Mpeg2Player.getMpeg2PlayerFromUnknown(activex.getUnknown()); I get the following error: any thoughts? David com.inzoom.comjni.ComJniException:...
Jacozoom is not able to generate proper Java wrapper class and interface for Excel addin having two connection points. My addin class ExcelAddin has...
I have an ActiveX control that works in a C++ program but when I try to create it using JacoZoom I get a DISP_E_BADVARTYPE error. The error occurs when I try...
The problem seems to be that the control does not support querying the interface. I made the following changes and the code now works: //Mpeg2Player...
Hi, in the file section of this group under http://tech.groups.yahoo.com/group/jacoZoom/files/stefan/jacoZoom.msi I have posted an experimental update which...
Stefan, thank you for the hint, it did the trick. Although afterwards I still got an error (DISP_E_TYPEMISMATCH) but that was because the to and from params...
Hi Stephan, Thanks for the experimental update. Now I am able to generate proper wrapper class and my new connection point is working properly. When this...
Hi, Is there any separate license required to use this jar? I am getting following message while using this now. "Jacozoom license expires in 1 month and usage...
We are using jacoZoom version 1.5.1.8 along with izmcom.jar. As izmcom.jar is provided as a separate file and is not the part of jacoZoom msi (version...
I am using IMoniker::bindToObject( ) function. While execution of this function, a dialog showing a progress bar and with window label "Installing COM...
Hello Amresh Sharma, i think your problem with popup is not jacoZoom dependent. AFAIK you need to consult the manuals of the component you will bind to. Seems...
No separate licence is required. To avoid the message box make sure that the izmjnicom.dll is loaded before any calls to izmcom.jar package. Regards, Hermann...
I am trying to use.docm Word 2007 files containing macros with JOLEDocument. To reproduce: Create c:\test.docm and insert a Command Button along with the...
Our team found the solution: Change m_doc.open("c:\\test.docm", false, "Word.Document"); to m_doc.open("c:\\test.docm", false, "Word.DocumentMacroEnabled.12");...
Hello jacoZoom-Team, in my program I get sometimes a JVM-Crash and I tried to strip it down as much as I can. The following programm causes the same JVM-Crash....
Hi, thanks for this bug report. I have fixed it at uploaded an update on our web site as well as in the files section of this group. Please note however, that...
Hi Stefan, Thank you very much for your very fast response and bugfix. It works very well for me. You noted, that GUID passed by value in a Variant is not an ...
Hi, I am using COMAddInJCW.getCOMAddInFromUnknown(..) call to get COM.Office.COMAddIn commAddin reference. Certain time this call throws ComJni exception ...
Hello Fahad Madani ... The E_NOINTERFACE exception throwed if the QueryInterface method of used COM object returns HRESULT=E_NOINTERFACE ( a const defined by...
Hi! We have problem to use the jacozoom with ADX ActiveX control. Background: ADX ActiveX control components are developed by Envox for dialogic card. Dialogic...
This is our sample code. If you need those DLLs and libraries, we can email to you. Thanks! package test; public class CMain { static long INFOZOOM_LICENSE_KEY...
Hello ... You write all the time about ActiveX, but used is a COM component. All ActiveX controls are COM components , but not all COM components are ActiveX...
Hi! Thanks a lot for quick reply. I notice in our system, there is no izmjnicomax.dll but only izmjnicom.dll. So I get the latest version from web and put both...
Hello ... Plese get latest izmcomjni.jar too. Your stack trace show a old version - latest version doesn't call CoCreateInstance direct. ... Yes,please ... No,...
Hello, is there any way to log and trace methode calls to COM objects including creating, adding references and releasing references? I am getting access...
Hello Steffen, ... You can make you own wrapper classes derived from generated JCW's or modify generated JCWs and inject log- or trace statements. ... If your...
When I use jacoZoom to open a Word document that has an ActiveX form control, after terminating the Java application the WINWORD.exe process doesn't terminate,...