
Top : Computers : Programming : Languages : Java : Extensions : Java-COM :
FAQs, Help, and Tutorials
Websites
This article illustrates how to call a COM object like Excel from Java. (Microsoft)
site exerpt
How To Automate Excel from Java View products that this article applies to.Article ID:169796Last Review:November 14, 2005Revision:4.3This article was previously published under Q169796On This PageSUMMARYMORE INFORMATION Code Sample 1 Code Sample 2REFERENCESAPPLIES TOSUMMARY This article illustrates how to call a COM object like Excel from Java. It provides...This article demonstrates how to Automate Microsoft PowerPoint using Visual J++. You can also apply similar code and procedures to automate other Microsoft Office applications. (Microsoft)
site exerpt
How to automate PowerPoint by using Visual J 6.0 View products that this article applies to.Article ID:215484Last Review:November 18, 2004Revision:4.0This article was previously published under Q215484SUMMARY This article describes how to automate Microsoft PowerPoint by using Microsoft Visual J 6.0. You can also apply similar code and similar procedures...This article provides step-by-step instructions on how to create or use a dual-interface Java COM component using Visual J++ 6.0. (Microsoft)
site exerpt
How To Create Dual Interface COM Objects Using VJ 6.0 View products that this article applies to.Article ID:196894Last Review:August 25, 2005Revision:1.2This article was previously published under Q196894SUMMARY This article provides step-by-step instructions on how to create or use a dual-interface Java COM component using Visual J 6.0 MORE INFORMATION Visual...This article covers some of the most FAQs about the Microsoft Visual J++. (Microsoft)
site exerpt
INFO: Frequently Asked Questions for Visual J View products that this article applies to.Article ID:169173Last Review:November 18, 2005Revision:3.5This article was previously published under Q169173On This PageSUMMARYMORE INFORMATION 1. General Questions 2. Installation Questions 3. Compiler Questions 4. Debugger Questions 5. ActiveX/COM Integration Questions 6. Microsoft VM and SDK QuestionsREFERENCESAPPLIES TOSUMMARY This article covers...This article covers some of the FAQs about the SDK for Java. (Microsoft)
site exerpt
Frequently Asked Questions About the SDK for Java View products that this article applies to.Article ID:168942Last Review:November 14, 2005Revision:5.2This article was previously published under Q168942SUMMARY This article covers some of the Frequently Asked Questions (FAQ) about the SDK for Java. For other Java related FAQs search the Web...This article describes Automating Excel 97 from a Visual J++ client using the Java programming language. The project uses the Excel 8.0 type library, and illustrates object oriented programming. (Microsoft)
site exerpt
How To Create/Format an Excel Workbook Using Visual J Automation View products that this article applies to.Article ID:219430Last Review:June 30, 2004Revision:1.0This article was previously published under Q219430SUMMARY This article describes Automating Excel 97 or later from a Visual J client using the Java programming language. The project uses the Excel...This article explains how to use a Java COM object as a DCOM server using the system surrogate provided by DCOM in Windows 95 and Windows NT 4.0 with SP2 or SP3. (Microsoft)
site exerpt
HOWTO: Using DllSurrogate Support for Java/DCOM Servers View products that this article applies to.Article ID:173790Last Review:November 14, 2005Revision:3.5This article was previously published under Q173790On This PageSUMMARYMORE INFORMATION Server Side Steps Client Side Steps Other TipsREFERENCESAPPLIES TOSUMMARY This article explains how to use a Java COM object as a Distributed COM...This article describes how to use connectable objects and receive their events in Java. (Microsoft)
site exerpt
How To Use Connectable Objects Including ActiveX Objects in Java View products that this article applies to.Article ID:179849Last Review:November 14, 2005Revision:2.5This article was previously published under Q179849On This PageSUMMARYMORE INFORMATION ExampleREFERENCESAPPLIES TOSUMMARY Connectable objects are COM objects that use a standard COM mechanism for notifying clients that something has occurred or...This article explains how to debug a Java COM object that is referenced by a client that is written in another language such as C++ or Visual Basic 5.0. (Microsoft)
site exerpt
How To Debugging a COM Server Written with Visual J View products that this article applies to.Article ID:180712Last Review:August 25, 2005Revision:2.2This article was previously published under Q180712SUMMARY This article explains how to debug a Java COM object that is referenced by a client that is written in another language such...This article demonstrates how one can use a Java class as an ActiveX server side object with Microsoft ASP. (Microsoft)
site exerpt
HOWTO: Using a Java Class with Active Server Pages View products that this article applies to.Article ID:167941Last Review:November 14, 2005Revision:2.5This article was previously published under Q167941SUMMARY This article demonstrates how to use a Java class as an ActiveX server side object with Microsoft Active Server Pages (ASP MORE INFORMATION...The describes the functionality of MS JVM library to convert data from ObjectOutputStream to a SafeArray and vice versa. (Microsoft)
site exerpt
HOWTO: Use Java Serialization with VARIANT SafeArrays View products that this article applies to.Article ID:178561Last Review:November 14, 2005Revision:4.4This article was previously published under Q178561SUMMARY VARIANT SafeArrays are used in COM to hold Arrays of data (bytes, ints, etc It may be useful for a Java developer to...This article describes how to create a modal dialog box with respect to the Internet Explorer browser in Java. (Microsoft)
site exerpt
How To Creating a Modal Dialog Box from Java View products that this article applies to.Article ID:177753Last Review:August 25, 2005Revision:2.3This article was previously published under Q177753SUMMARY This article describes how to create a modal dialog box with respect to the Internet Explorer browser in Java. The class java.awt.Dialog allows...