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 2261 - 2290 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2261
All Windows versions from Win98 upwards. Stefan...
szschocke
Offline Send Email
Mar 1, 2005
9:13 am
2262
We are using JacoZoom to generate classes for our COM-DLL. After a long period of trial we found a leak in JacoZoom and hope that it can be fixed in future...
tosamtec
Offline Send Email
Mar 1, 2005
5:11 pm
2263
Hi, can you send me the typelibrary declaration as seen through oleview.exe - in IDL syntax - so I can understand better your concern. Stefan ... can ... was ...
szschocke
Offline Send Email
Mar 1, 2005
6:11 pm
2264
Hi, here is an extract from the DLL: [ odl, uuid(CD393837-20B6-4CCF-9566-72C26D18DBBF), helpstring("IMCDObject Interface : The interface MCDObject is the ...
tosamtec
Offline Send Email
Mar 2, 2005
8:08 am
2265
Hi, your IDL is not complete. You have IMCDNamedCollection declarec as base for IMCDResponses but where is IMCDNamedCollection? Stefan ... objects of ... ...
szschocke
Offline Send Email
Mar 2, 2005
8:37 am
2266
Hi, the structure is quite complex, so I didn't copy everything. Here are 2 more interfaces that inherit from IMCDObject, that is, IMCDNamedCollection and...
tosamtec
Offline Send Email
Mar 2, 2005
9:02 am
2267
Hi, I am trying to use ADSI, on a NT4 domain, to get users and groups of a domain. In Visual Basic, this looks quite simple: Dim TheDomain As IADsDomain ...
heizg
Offline Send Email
Mar 3, 2005
2:43 pm
2268
Hi again, The problem is, that the function "setFilter" doesn't work. The program reads just all domain objects, which takes quite a long time. I have also...
heizg
Offline Send Email
Mar 4, 2005
1:20 pm
2269
Hi again, It seems that the statement: domainMembers.setFilter( new Variant( "Group")); doesn't work. The program gets always *ALL* domain objects. I have...
heizg
Offline Send Email
Mar 4, 2005
4:50 pm
2270
Hi, I think you need to build a Variant containing a SafeArray of Variants, where the Variants contain Strings: new Variant(new SafeArray(new Variant[]{new...
szschocke
Offline Send Email
Mar 4, 2005
5:10 pm
2271
Hi Stefan, Thank's a lot, this one worked! Just wondering, is there some online documentation available, where I can find out what type is created by an VB...
heizg
Offline Send Email
Mar 7, 2005
10:19 am
2272
Hello Heinz ... I think vartype is the function your need. For your case vartype(Array("Name")) returns 8204, this mean vbArray (8192) + vbVariant(12) ... ...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 7, 2005
4:02 pm
2273
Hi Stephan, is there a possibility to recieve all file-endings of an application (e.g.: Word or Excel)? Maybe a method exists which returns a collection of the...
curmas2003
Offline Send Email
Mar 8, 2005
2:00 pm
2274
Hi Hermann, ... Thank's a lot, this function is very useful. Heinz...
heizg
Offline Send Email
Mar 8, 2005
7:18 pm
2275
Hello: I just installed jdk 1.5 and tried to recompile my application. Got an error: "S3i2BusinessDB.java": cannot access javax.swing.JTree,bad class file:...
abogom
Offline Send Email
Mar 9, 2005
1:58 pm
2276
Hi guys ; I'm new to JacoZoom technology and i'm trying to write a program to convert a powerPoint slides into gif images. I'm getting errors when i run the...
othmanelmoulat
Offline Send Email
Mar 9, 2005
10:54 pm
2277
Hi all; I'm still new to JacoZoom just to be warned. I'm writing a powerPoint viewer java appliation that i want to distribute and be able to get it run on all...
othmanelmoulat
Offline Send Email
Mar 10, 2005
12:15 am
2278
Hi, i am trying to make my first call on an ActivX which takes a COM Object as Parameter. The method works fine in VB. In Java I get an eComError,...
maikgatcho
Offline Send Email
Mar 10, 2005
11:03 am
2279
Hi, you must differentiate between ActiveX Control and COM Server. G3DKernel is a COM object. Instead of new JActiveX(G3DKernel.G3DKernel.1) use new...
szschocke
Offline Send Email
Mar 10, 2005
11:28 am
2280
Concerning Powerpoint / office. Generate the wrappers and write your program targeting the 97 version of Powerpoint/office. It will then run with newer office...
szschocke
Offline Send Email
Mar 10, 2005
11:38 am
2281
Hi, could it be that you generated wrappers for one version of ppt and ran the program against an earlier office version? Stefan ... ActiveXControl ... ...
szschocke
Offline Send Email
Mar 10, 2005
11:40 am
2282
Thanks a lot Zschocke for the hint about using office 97 as the base to support newer office versions. can u please describe me how to generate wrappers for ...
othman el moulat
othmanelmoulat
Offline Send Email
Mar 10, 2005
12:22 pm
2283
Hi: I need your involvement here please. ... I suspect that compiling izmado.jar in jdk 1.5 may solve my problem. Can you do that?...
abogom
Offline Send Email
Mar 10, 2005
12:36 pm
2284
Hi, thanks for your quick response. You are correct I can use the G3DKernel directly as in new G3DKernel(). The method call now succeeds from the point of view...
maikgatcho
Offline Send Email
Mar 10, 2005
12:46 pm
2285
Hi, we have tested izmado with jdk 1.5 and did't have problems. Do you use the latest version, the one with enums instead of enum? Anyway I sent you an...
szschocke
Offline Send Email
Mar 10, 2005
1:52 pm
2286
Hi, it is important that you: 1. Implement your method in AxEventListener.init 2. Use STACaller.synch because only when you create the G3Kernel in the thread...
szschocke
Offline Send Email
Mar 10, 2005
1:59 pm
2287
... Yes, I have run your msi file. Could you tell me what does it do? Ususally I have your dll's in jdk.../jre/bin, along with the license files. Your 1.5 ...
Alexander Bogomolny
abogom
Offline Send Email
Mar 10, 2005
2:55 pm
2288
Hi, izmado2 is not in the MSI. jacoZoom.msi only contains jacoZoom files no jadoZoom files. The MSI files installs jacoZoom to Program files\infoZoom\jacoZoom....
szschocke
Offline Send Email
Mar 10, 2005
3:02 pm
2289
HI! One of our customers has random crashes while using our software and jacozoom to access a COM server. Pretty much the same configuration is running well...
Thomas Börkel
tbo@...
Send Email
Mar 11, 2005
6:52 am
2290
Hi guys; I just started using JacoZoom and i'm still not very familiar with it. I'm writing a java PowerPoint viewer Application using JacoZoom. Question for...
othmanelmoulat
Offline Send Email
Mar 11, 2005
6:21 pm
Messages 2261 - 2290 of 4588   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