Hello Paul ... Yes, all samples distributed with jacoZoom in folder Samples runs fine. So you can start with copy of TestExcel.java to get feel how jacoZoom...
... by ... Is ... Well . . . no. "memory leak" was probably the wrong label. What I would get would be various exceptions from ComJniException. Not ...
One more thing, if your not too busy... In this MODI Library I'm working on, I came across Collection Objects. For convenience, I ended up adding the same...
... The ComJniExceptions give us the object reaction of a method call in form a HRESULT values It may be a reserved COM error value or value defined by COM...
... COM defines for collections IEnumXXX interface family, so the COM object developer can support enumeration interface to get COM object programmers...
Hello - Any ideas on this issue? Is there any way to register my OCX from my Java applet on Vista? using RegisterActiveXDll(filePath, true), I get this...
... Sorry for being dense... I found the get_NewEnum() in the interface and then I checked all the sample files and messages and couldn't find any examples for...
Hi, In my application i need to drag something inside several ActiveX controls. I'm using drag & drop mechanism provided by swing and i noticed a strange...
Hi, I would greatly appreciate any help with the following function call: BOOL LucamTakeSnapshot(HANDLE hCamera, LUCAM_SNAPSHOT *pSettings, BYTE *pData); ...
Hi, On Vista, jacozzom doesn't load a license correctly. This is the dll path on Vista. C:\Users\qtian\AppData\LocalLow\MY_COMPANY_NAME\lib\izmjnicom.dll After...
Hi, I am embedding excel in applet. i have my own com excel addin. Its working well. But sometime I am not getting the addin from the following call- ...
Hello make sure your java.library.path property of JVM does point to the location of izmjnicom.dll. Whats happens if you omit runRoyaltyFree call ? Do you see...
Hello Tracy, did the problema appears only if runned from applet ? Can you register your OCX with jacoZoom as from standalone program ? Im my file section you...
Is this a bad time to get some information from this forum? 9 days ago I asked for an example using the get_NewEnum() method in working with Collections. I...
I downloaded all the files and found one example in the last file WordBookmarks.zip. Is this what you're referring to? What I see is about 60 lines of code...
Hello, ... two samples can be found for demonstation of using COM enumeration interfaces. WordBookmarks - will use custom COM interfaces to get IEnumVARIANT ...
Hello, ... As i've understand your issue occurs only first time you call QueryInterface for your custom interface. After reload the applet all thing runs fine...
Hello ... Also getPtr() method returns 0 so we don't have any pointer to QueryInterface() for ExcelAddin interface and objExcelAddin will be null reference. I...
Whilst attempting to load and start the dll libraries I get the above warning dialog. It appears and I press 'OK' and carrys on working fine but my problem is...
Hi, only trial version of jacoZoom software present a messagebox, the lizensed version come without any dialogs. Please don't forget to call runRoylityFree in...
Hi, We make use of the Windows COMDLG32.OCX file to bring up a standard Windows file chooser dialog at various places in the application. It seems that the...
Hello Paul, ... Feel you free to post a demo for the issue, so we can reproduce the problem. If the application hang then we can attach debugger and get the...
I am getting the following exception: com.inzoom.comjni.ComJniException: FreeformBuilder (unknown member) : Object does not exist. in Microsoft Office...
Hello it was possible to compile and run your example. It seems to be impossible to realize Drag&Drop between AWT and ActiveX in the current jacoZoom version. ...