Search the web
Sign In
New User? Sign Up
jacoZoom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1924 - 1953 of 4591   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1924
Hi, the select-method makes a WorkSheet the active one. Excel has the notion of active objects (see Application.ActiveSheet (getActiveSheet) etc) the...
szschocke
Offline Send Email
Aug 2, 2004
3:11 pm
1925
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...
szschocke
Offline Send Email
Aug 2, 2004
3:24 pm
1926
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...
szschocke
Offline Send Email
Aug 2, 2004
3:26 pm
1927
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...
szschocke
Offline Send Email
Aug 2, 2004
3:31 pm
1928
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...
abogom
Offline Send Email
Aug 5, 2004
2:03 am
1929
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...
abogom
Offline Send Email
Aug 5, 2004
2:57 am
1930
... a ... It looks like it is. The straight sequence JOleDocument doc = JOleDocument(); try { doc.open(name, false, "Excel.Sheet"); } catch (Exception ex) { ...
abogom
Offline Send Email
Aug 5, 2004
5:49 am
1931
Hey, which affort will it be to implement this? Michael ... methods ... generator...
kroete42
Offline Send Email
Aug 5, 2004
7:04 am
1932
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...
paul_10352000
Offline Send Email
Aug 5, 2004
8:05 am
1933
Hi, please check out the JNIEventClient sample. Stefan ... IDispatch. ... client ... that a...
szschocke
Offline Send Email
Aug 5, 2004
8:16 am
1934
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...
szschocke
Offline Send Email
Aug 5, 2004
11:11 am
1935
jacoZoom zip contains reparenting.java sample Stefan ... saw ... I...
szschocke
Offline Send Email
Aug 5, 2004
11:13 am
1936
Hi, i downloaded the latest Version of Jacozoom and tried to register the IzmJniComAx.dll with regsvr32 IzmJniComAx.dll in the jacozoom/axcontrol directory....
moretrustx
Offline Send Email
Aug 14, 2004
9:55 am
1937
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...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 14, 2004
1:35 pm
1938
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...
moretrustx
Offline Send Email
Aug 14, 2004
2:12 pm
1939
Hi Marc, i'm using version what was downloaded from FTP Server, published over Jacozoom home page. This one still contain atl70.dll. HTH Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 15, 2004
9:10 am
1940
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...
kc7bfi
Offline Send Email
Aug 17, 2004
12:55 pm
1941
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....
kc7bfi
Offline Send Email
Aug 17, 2004
1:36 pm
1942
Here is the error I'm getting: com.inzoom.comjni.ComJniException: code=0x800403ea Type= com.inzoom.comjni.ComJniException.eComError at...
kc7bfi
Offline Send Email
Aug 17, 2004
5:58 pm
1943
Hi, try using the Control as Automation Server. Instead of creating it indirectly through JActiveX, try calling new on the Control object. Stefan ... Method) ...
szschocke
Offline Send Email
Aug 18, 2004
7:02 am
1944
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...
perka99
Offline Send Email
Aug 18, 2004
11:50 am
1945
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...
darrin_p_s
Offline Send Email
Aug 18, 2004
3:26 pm
1946
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 ... ...
szschocke
Offline Send Email
Aug 19, 2004
6:34 am
1947
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. ...
szschocke
Offline Send Email
Aug 19, 2004
6:39 am
1948
Thank you very much. That's very good customer support! ... the ... the ... bstrVersion ... with ... be...
darrin_p_s
Offline Send Email
Aug 19, 2004
12:24 pm
1949
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...
lingfeng1203
Offline Send Email
Aug 19, 2004
7:31 pm
1950
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...
lingfeng1203
Offline Send Email
Aug 19, 2004
11:18 pm
1951
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...
szschocke
Offline Send Email
Aug 20, 2004
7:26 am
1952
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...
szschocke
Offline Send Email
Aug 23, 2004
11:41 am
1953
That is great!! Thanks a lot. Let me know when it is ready. Ling ... COSERVERINFO ... <lingfeng1203@y...> ... exception....
lingfeng1203
Offline Send Email
Aug 23, 2004
7:59 pm
Messages 1924 - 1953 of 4591   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help