Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to change display settings: screen resolution, screen refresh rate
Capturing keyboard activity of another application with the Raw Input API (VFP9)
Adding and deleting Scheduled Tasks using NetScheduleJob API functions
Custom GDI+ class
Converting Unicode data from the Clipboard to a character string using a given code page
Custom FTP Class for Visual FoxPro application
Custom HttpRequest class (WinINet)
Displaying animated images on FoxPro form with BitBlt and StretchBlt functions
Establishing connection using the SQLDriverConnect
How to make a VFP form fading out when released (GDI+ version)
How to make a VFP form fading out when released (GDI version)
Using FlashWindowEx to flash the taskbar button of the VFP application
Splash Screen for the VFP application
How to put a vertical text scrolling on the form (a movie cast)
Winsock: sending email messages (SMTP, port 25)
How to create non-blocking Winsock server
Creating a mailslot
Peer-to-peer LAN messenger built with Mailslot API functions
Using WM_COPYDATA for interprocess communication (VFP9)
How to print a bitmap file
Sending a standard message with one or more attached files using default email client
Class for sound recording
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
Enumerating raw input devices attached to the system (keyboard, mouse, human interface device)
How to play AVI file on the _screen

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
Before you begin:
Custom class Tavi plays AVI files on main FoxPro window using API functions from avifil32 and msvfw32 libraries. Audio stream is not processed only to make this example more simple.

See also:
  • Scrolling text on the form horizontally (a newsreel)
  • Scrolling text on the form vertically (a movie cast)
  • Shaking VFP form controls
  • Displaying animated images
  • Form Magnifier



  •  
      Members area. Log in to view this example.
     
      User name:
      Password:
     
     
      Forgot your password?
     
      Sign up for
    the Membership
     
     


    User rating: 0/10 (0 votes)
    Rate this code sample:
    • ~
    6583 bytes  
    Created: 2003-12-01 21:50:31  
    Modified: 2009-12-09 09:40:35  
    Visits in 7 days: 129  
    Listed functions:
    AVIFileExit
    AVIFileGetStream
    AVIFileInfo
    AVIFileInit
    AVIFileOpen
    AVIFileRelease
    AVIStreamGetFrame
    AVIStreamGetFrameClose
    AVIStreamGetFrameOpen
    AVIStreamReadFormat
    AVIStreamRelease
    AVIStreamTimeToSample
    DrawDibClose
    DrawDibDraw
    DrawDibOpen
    GetActiveWindow
    GetLastError
    GetTickCount
    GetWindowDC
    ReleaseDC
    Printer friendly API declarations
    My comment:
    Any other window can be used as a target (or a silver screen, if you like) for playing AVI files: FoxPro form, Windows desktop etc. Use that window handle instead of the handle obtained through the GetActiveWindow in the code above.

    Technically, you can even play AVIs on a MessageBox window, once you know its window handle (examples 424 and 434 explain how to obtain such handle).

    Note that on the last sample, the DrawFrame method either stops playing the AVI or resumes it from the first sample, depending on the nonstop property.

    The set of DrawDib functions used in this example can be substituted with a call to the StretchDIBits.

    * * *
    Transparent AVI Player Control

    * * *
    Playing multimedia files in .NET code is a snap. Once you download and install DirectX SDK (merely 450 Mb) you are almost done.
    Word Index links for this example:
    Translate this page:
      Spanish    Portuguese    German    French    Italian  
    FreeTranslation.com offers instant, free translations of text or web pages.
    User Contributed Notes:
    There are no notes on this subject.


    Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

    Privacy policy
    Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
    Last Topics Visited (54.224.75.101)
    4 sec.Function: 'FindFirstFile'
    Google
    Advertise here!