Hi, After looking at the MAPI exmaple in the files, i cannot see where i need to entet server details in the logon procedure. Does anyone have a simple example...
Hi, I have a ppt file with custom document property which i am trying to change, i have no trouble reading the value but i can't get it to change, here's the...
Hi All, I am trying to integrate the Windows Media Player in Java (Yuk I know) and everything works well but I am running into a problem when trying to listen...
Hello ... As far i can see the custom property does't support DocumentProperty interface and signal this by return E_NOINTERFACE as responce on QueryInterface...
Hello ... AFAIK only way to know is to study the method documentation. Some information( particulary argument default values) can be winned from the...
Hi, calling REGSVR32.EXE IzmJniComAX.DLL fails under Windows Vista. Error: Das Modul "IzmJniComAX.DLL" wurde geladen, der Aufruf an "DllRegisterServer" ist...
Hello ... After donwload, compile and run your test code i can reproduce your issue with both Media Player 9 and Media Player 11 Verson. It seem's to be...
Hi, if you disable User account control (UAC) it should work as expected. Note that izmjnicomax.dll can also be used without need for registering. Search this...
... to ... below///////////////////////////////////// ... Thanks that helped although i used a different (but similar way) to update the custom property value,...
... trying ... to ... jcw.Office.jcw.DocumentPropertyJCW.getDocumentPropertyFromUnknown ... DocumentProperty ... else ... Sorry more on this issue... I've just...
... what ... (strProfileInfo)); ... for ... be ... Here's the VB.NET code which works: Dim oSession As MAPI.Session Dim sMsg As String Dim outbox As...
Thanks Hermann, that did the trick. "After analyze the WMP typelibrary we can find _WMPOCXEvents interface, this one sounds to be used for activex embedding." ...
Hello ... JacoZoom : new Variant() CTOR does initailize the VARIANT as of type vtEmpty Your VB.NET example does use for two first arguments a VARIANT of TYPE ...
Hello ... The params argument array for IDispatch.invoke call does mirror the call stack and the order of arguments is LastOnTop ( latest param placed on top...
Hi, Just want to check the status. Here're again some JVM crash drops for your reference that resulted from the failure. Looks like all failures pointing to...
... Objects ... is ... Variant ... (i.e. ... vbLf ... TYPE ... Sorry but still getting the same error: [Collaboration Data Objects - [E_INVALIDARG(80070057)]] ...
Hallo, Currently we evaluate jacoZoom. Is it simply possible to use an ActiveX, e.g. to display charts, only with SWT and have access to the wrappers? I tried...
... is ... \n. ... (false),new ... False, "mail01.skila.com" ... of ... false) ... Variant ... Always the simple solution...it was indeed the "\n" with the...
Hi all, I have been looking for the proper Java ActiveX bridge very long time and jacoZoom is the first one, where I was able to insert ActiveX control into...
My BIG APOLOGY!!!! It works excellent!!! One necessary package, designated for the embded ActiveX control was missing!! Very good..Im continuing in the testing...
We are evaluating jacoZoom for integrating our JAVA applications with COM Dll’s. The problem I am facing is: From my JAVA test app I add my class as a...
I have registered to receive events from the SpInProcRecoContext object.I should receive events back to my event handler but I don't see anything. ... ...
Possibly the COM Server must be created in an STA thread which pumps messages. Try using the class STAThread. Create the COM server and add your listener...