| submit a site to this category |
|   |
|
|
Using DllSurrogate Support for Java/DCOM ServersURL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q173/7/90.asp&NoWebContent=1 ODP description: 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) Page title: HOWTO: Using DllSurrogate Support for Java/DCOM Servers Page description: This article explains how to use a Java COM object as a Distributed COM (DCOM) server using the system surrogate provided by DCOM in Microsoft Windows 95 and Microsoft Windows NT 4.0 with SP2 or SP3. DCOM allows COM objects to be activated on... ![]() |
|
|
Create Dual Interface COM Objects Using VJ++ 6.0URL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q196/8/94.ASP&NoWebContent=1 ODP description: 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) Page title: How To Create Dual Interface COM Objects Using VJ++ 6.0 Page description: This article provides step-by-step instructions on how to create or use a dual-interface Java COM component using Visual J++ 6.0 Visual J++ 6.0 does not automatically provide you with an option to create dual interfaces. To do this, you can do one... ![]() |
|
|
Using a Java Class with Active Server PagesURL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q167/9/41.asp&NoWebContent=1 ODP description: This article demonstrates how one can use a Java class as an ActiveX server side object with Microsoft ASP. (Microsoft) Page title: HOWTO: Using a Java Class with Active Server Pages Page description: This article demonstrates how to use a Java class as an ActiveX server side object with Microsoft Active Server Pages (ASP). The following steps show how to use a Java Server Object with ASP: Install the Microsoft virtual machine (Microsoft VM)... ![]() |
|
|
Create and Format an Excel Workbook Using Visual J++ AutoURL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q219/4/30.ASP&NoWebContent=1 ODP description: 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) Page title: How To Create/Format an Excel Workbook Using Visual J++ Automation Page description: This article describes Automating Excel 97 or later from a Visual J++ client using the Java programming language. The project uses the Excel type library, and illustrates object oriented programming. This article parallels a Microsoft Knowledge... ![]() |
|
|
Automate Excel from JavaURL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q169/7/96.asp&NoWebContent=1 ODP description: This article illustrates how to call a COM object like Excel from Java. (Microsoft) Page title: How To Automate Excel from Java Page description: This article illustrates how to call a COM object like Excel from Java. It provides code samples that show how you can make an Excel application visible and open an existing Excel file. There are two code samples. One illustrates how to invoke... ![]() |
|
|
Use Java Serialization with VARIANT SafeArraysURL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q178/5/61.asp&NoWebContent=1 ODP description: The describes the functionality of MS JVM library to convert data from ObjectOutputStream to a SafeArray and vice versa. (Microsoft) Page title: How to use Java Serialization with VARIANT SafeArrays Page description: VARIANT SafeArrays are used in COM to hold Arrays of data (bytes, ints, etc). It may be useful for a Java developer to use a SafeArray to persist a Java object. In order to do so, we need a way to convert the data from ObjectOutputStream to a... ![]() |
|
|
Use Connectable Objects Including ActiveX Objects in JavaURL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q179/8/49.asp&NoWebContent=1 ODP description: This article describes how to use connectable objects and receive their events in Java. (Microsoft) Page title: How To Use Connectable Objects Including ActiveX Objects in Java Page description: Connectable objects are COM objects that use a standard COM mechanism for notifying clients that something has occurred or changed. ActiveX controls and Automation objects use this mechanism to fire "events." Developer environments such as Visual... ![]() |
|
|
Microsoft Visual J++ FAQURL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q169/1/73.asp&NoWebContent=1 ODP description: This article covers some of the most FAQs about the Microsoft Visual J++. (Microsoft) Page title: INFO: Frequently Asked Questions for Visual J++ Page description: This article covers some of the most frequently asked questions (FAQ) about the Microsoft Visual J++ product. For other Java related FAQs, visit the following Microsoft Web site and search for "JAVA" and "FAQ": http://www.microsoft.com/mscorp/java/ ![]() |
|
|
Automate PowerPoint Using Visual J++URL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q215/4/84.ASP&NoWebContent=1 ODP description: 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) Page title: How to automate PowerPoint by using Visual J++ 6.0 Page description: This article describes how to automate Microsoft PowerPoint by using Microsoft Visual J++ 6.0. You can also apply similar code and similar procedures to automate other Microsoft Office applications. Follow these steps to build and run the Visual... ![]() |
|
|
Debugging a COM Server Written with Visual J++URL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q180/7/12.asp&NoWebContent=1 ODP description: 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) Page title: How To Debugging a COM Server Written with Visual J++ Page description: 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. Developer Studio 97 and Visual J++ 1.1 provide a standard mechanism for debugging. The two... ![]() |
|
|
Creating a Modal Dialog Box from JavaURL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q177/7/53.asp&NoWebContent=1 ODP description: This article describes how to create a modal dialog box with respect to the Internet Explorer browser in Java. (Microsoft) Page title: How To Creating a Modal Dialog Box from Java Page description: 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 you to create a modal dialog box, but this dialog box is not modal with respect to the browser. To... ![]() |
|
|
Microsoft SDK for Java FAQURL: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q168/9/42.asp&NoWebContent=1 ODP description: This article covers some of the FAQs about the SDK for Java. (Microsoft) Page title: Frequently Asked Questions About the SDK for Java Page description: This article covers some of the Frequently Asked Questions (FAQ) about the SDK for Java. For other Java related FAQs search the Web at: http://msdn.microsoft.com/support for 'JAVA' and 'FAQ'. Q. How does the Msdev.exe, in Visual J++, relax the... ![]() |
|
| |