Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to change display settings: screen resolution, screen refresh rate
Adding and deleting Scheduled Tasks using NetScheduleJob API functions
Custom GDI+ class
Capturing keyboard activity of another application with the Raw Input API (VFP9)
Converting Unicode data from the Clipboard to a character string using a given code page
Winsock: sending email messages (SMTP, port 25)
Custom FTP Class for Visual FoxPro application
Enumerating data formats currently available on the clipboard
Splash Screen for the VFP application
How to download a file from the FTP server using FtpGetFile
How to activate Windows Calculator
Detecting changes in connections to removable drives (VFP9)
Custom HttpRequest class (WinHTTP)
How to convert a bitmap file to monochrome format (1 bpp)
How to put a vertical text scrolling on the form (a movie cast)
Using WM_COPYDATA for interprocess communication (VFP9)
Displaying bitmap using the AlphaBlend function
Establishing connection using the SQLDriverConnect
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
Mapping and disconnecting network drives
Using Font and Text functions
Displaying animated images on FoxPro form with BitBlt and StretchBlt functions
Enumerating raw input devices attached to the system (keyboard, mouse, human interface device)
How to make a VFP form fading out when released (GDI+ version)
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: 190  
    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.234.231.49)
    1.27 hrs.Function: 'IsWindow'
    9.56 hrs.Example: 'Converting twips to pixels and vice versa'
    22.11 hrs.Function: 'waveOutOpen'
     Function: 'GetClipboardFormatName'
    Function group: 'Clipboard'
    1 day(s)Example: 'Winsock: retrieving the standard host name and IP address for the local machine'
     Example: 'One more way to retrieve environment strings'
     Example: 'Subclassing CommandButton control to create BackColor property'
     Example: 'Drawing cursors for the classes defined by the system (preregistered): BUTTON, EDIT, LISTBOX etc.'
     
     Function: 'GetClassInfoEx'
    Google
    Advertise here!