Adding the Video Control to a Microsoft Visual J++ Project
[This is preliminary documentation and subject to change.]
You can add the Video control to projects built using the Microsoft® Visual J++™ development system for Java. To do this, follow this procedure:
To add the Video control to a Visual J++ project
-
Open or create a Java project.
-
From the Tools menu, select Java Type Library Wizard.
-
A dialog box appears, listing all the installed controls.
-
Click to select the check box next to Microsoft BPC Video Server and Control Module.
-
Click OK.
The Java Type Library Wizard generates class files for the Video control.
-
Add the Video control's classes to your Java files using the import keyword. For example, the following line imports all of the Video control's classes into a file's namespace:
import vidsvr.*;
Once the Video control has been added to your project, you can create instances of Video control objects, access the Video control's methods, properties, and events and add the Video control to user interfaces.