VB3 How to Play an .AVI Video File in Full ScreenLast reviewed: January 9, 1997Article ID: Q104123 |
The information in this article applies to:
- Microsoft Visual Basic programming system for Windows, versions 1.0, 2.0, and 3.0
SUMMARYThis article shows by example how to play an .AVI (video) file in full screen from Visual Basic for Windows. When you play an .AVI file using the full screen, the color palette focus is set to the .AVI file only. No dithering of colors occurs because there are no other windows in the background to capture the color palette.
MORE INFORMATIONThe example uses the mciSendString application programming interface (API) from Microsoft Windows version 3.1 or Microsoft Windows version 3.0 with Multimedia Extensions. For the example to work, your computer must be able to play .AVI files and you need either Microsoft Windows version 3.1 or Microsoft Windows version 3.0 with Multimedia Extensions. The .AVI file included in the example (WNDSURF1.AVI) is the one from Microsoft Video for Windows.
Step-by-Step Example
|
KBCategory: kbprg kbcode
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |