home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / avi_plyr / read_me.txt < prev    next >
Text File  |  1993-03-30  |  790b  |  22 lines

  1. This is just a quicky program to show how to play an .AVI file in any
  2. window you choose, instead of the default "random" window.
  3.  
  4. The key to this is to get the "handle" (hWnd) of the window you want
  5. and set it as the window to use for the next operation (playing the .AVI)
  6.  
  7. If you print out the code and text, it should be annotated enough for
  8. you to figure it out.
  9.  
  10. Of course it requires VBRUN200.DLL, and Video For Windows driver MCIAVI.DRV
  11. If you don't have these, they are available on Compuserve (GO MSBASIC and
  12. GO MULTIMEDIA)
  13.  
  14. If you have any problems, drop me a line on Compuserve
  15.  
  16. Rolf Mathison   76376,3224
  17.  
  18. P.S.  Excuse the "kluge" for setting the sound and pause flags,
  19.       I didn't set up the full mciExecute() function to return
  20.       status strings...
  21.  
  22.