Hi, the select-method makes a WorkSheet the active one. Excel has the notion of active objects (see Application.ActiveSheet (getActiveSheet) etc) the...
Hi, yes indeed. I have added an overload with type int. Download the jacoZoom.zip from http://groups.yahoo.com/group/jacoZoom/files/stefan/jacoZoom.zip and...
I think getSheets() and getWorksheets() are the same. IsInPlace is true, if the sheet is an OLE embedded object for example inside a Word document Stefan...
Hi, possibly the problem is that in the interface declaration (IDL or ODL) the [out] attribute is not set for the parameters. The declaration should be...
Hello: I believe that some time ago, while browsing the group's files, I saw an example of using reparenting. I would like to do that, however, I could no...
Hello: Is it possible to read Excel files without putting a document into a window. There is seems to be so much on having something active - a workbook or a...
... a ... It looks like it is. The straight sequence JOleDocument doc = JOleDocument(); try { doc.open(name, false, "Excel.Sheet"); } catch (Exception ex) { ...
Hello, I looked at VCEvents.zip but it only support callback for IDispatch. Is callback interface also supported for IUnkown? What is roughtly the steps to...
Hi, if you want to read an Excel document without displaying it inside your java app, you can use Excel-Application as Automation Server instead of as OLE...
Hi, i downloaded the latest Version of Jacozoom and tried to register the IzmJniComAx.dll with regsvr32 IzmJniComAx.dll in the jacozoom/axcontrol directory....
Hello Marc, ... Latest IzmComJniAx.dll stay using atl70.dll. If needed a atl71.dll version can be compiled, please contact primary developer to request it. You...
Hi Hermann, the latest version of jacozoom which i have downloaded today from the directory of stefan have a atl71.dll and no atl70.dll in the axcontrol...
Did you ever solve this problem? I'm having the same trouble. Any thoughts? How can I test the ActiveX control in another application like Word? David Robison...
I have an ActiveX control that is windowless. It is used to control communications with a remote server via its interface, however, it has no visible window....
Hi, try using the Control as Automation Server. Instead of creating it indirectly through JActiveX, try calling new on the Control object. Stefan ... Method) ...
Hi, I have integrated IE in a java window. The app runs on a windows 2000 server. I connect using a terminal services client to run the app, but windows...
We are still having trouble getting this to work. The code on the Java side (getClientInfo) does get called, but the data placed into the fields never makes it...
hi, next week I will enhance the test program I once wrote for you to pass back string parameters from events. In the moment I am on vacation ... Stefan ... ...
Hi, I have no idea. Are you using the same IE version? IE makes use of DirectX features of the display adapter, possibly the flickering is related to this. ...
I am trying to launch a remote application using com.inzoom.comjni.ComLib.coCreateInstanceEx Everything works fine if two machines are on the same domain. But...
I tested this on several other machines. Here is what I got For some machine, I am able to launch the object without exception. For some machine, I got...
Hi, one parameter of the Win32 CoCreateInstanceEx is a COSERVERINFO structure, which is currently supported by jacoZoom only for the server name. On Monday I...
Hi, I have uploaded the sample for you to http://groups.yahoo.com/group/jacoZoom/files/stefan/samples/ScoringCo m.zip. While working on the sample I noticed...