com4j
Subscribing to COM Events with Com4j
I\'m trying to hook into a proprietary network stack from Java. The stack is provided by a COM object, and I\'ve managed to hook into it using com4j. Unfortunately, the network stack is event-based, s[详细]
2023-04-13 08:01 分类:问答Unable to use Com4j to work with QC object model
Situation: I got successful in connecting to my QC with com4j and java java code: ITDConnection itdc= ClassFactory.createTDConnection();[详细]
2023-03-19 21:51 分类:问答COM4J crashes JVM with Access Violation
I am attempting to interface with Dragon Naturally Speaking 11 using COM4J (20110320). It starts up successfully and I am able interact with a COM object including getting events from it.[详细]
2023-03-15 03:17 分类:问答How to call an ActiveX method through java when control doesn't allow automation (com4j/jacob)?
I have to integrate to an ActiveX control that doesn\'t allow for automation (no IsInvokeAllowed implemented to return true) through Java.[详细]
2023-03-08 12:54 分类:问答Print MSWord-Document with com4j
I\'m trying to 开发者_如何学Goprint out a .doc-File with com4j. This is my Code: document.printOut2000(true, false, WdPrintOutRange.wdPrintAllDocument, newDocumentPath, _, _, WdPrintOutItem.wdPrintD[详细]
2023-01-15 05:08 分类:问答Using COM objects with WIA and com4j in Java
I am a newbie in this and I wanted to ask if you could recommend me some articles, examples etc to start with communicating with scanner in java application[详细]
2023-01-14 19:55 分类:问答How to save excel workbook using com4j API without being prompted
I\'m trying to save a workbook that has been modified automatically. Here is an example: import excel.*;[详细]
2023-01-14 04:33 分类:问答How can I find the typelib identifier of the DirectShow interfaces for use with COM4j
I\'m trying to interact with a webcam from Java on Windows (without going through the FMJ or JMF frameworks) by using COM4j.However, I\'m unable to find the typelib identifier for Direct Show in order[详细]
2023-01-10 15:13 分类:问答Why am I not receiving COM events via Com4J?
I am using Com4J to interact with Microsoft Outlook. I have generated the Java type definitions as per the Com4J tutorial. Here is an example of some code that waits for the user to close an email.[详细]
2023-01-07 10:45 分类:问答In which DLL is the COM interface iStream defined?
I\'m a complete newbie to Windows and COM programming, trying to use com4j in order to call a COM object from Java.[详细]
2022-12-28 06:19 分类:问答