home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 21.ddi / WAVE.FR_ / WAVE.bin (.txt)
Encoding:
Visual Basic Form  |  1993-02-14  |  3.3 KB  |  84 lines

  1. Form4%
  2. MMControl1
  3.     MMControl
  4. HScroll1    
  5. Label2
  6. Courier
  7. Label1
  8. Courier
  9. AL_FILE
  10. &File
  11. AI_OPEN
  12. &Open...
  13. AI_SEPARATOR
  14. AI_EXIT
  15. &Exit
  16. INTERVAL
  17. INTERVAL_PLUS
  18. CurrentValue
  19. AI_EXIT_Click
  20. AI_OPEN_Click
  21. MMControl1
  22. UpdateInterval
  23. OpenDlg
  24.     CMDialog1
  25. FilterIndex
  26. Flags.
  27. OFN_READONLY
  28. OFN_FILEMUSTEXIST
  29. CancelError
  30. Filename
  31. Action
  32. MCI_MODE_NOT_OPEN
  33. Command
  34.     MCI_ERROR
  35. Caption
  36. DialogCaption
  37. TimeFormat
  38. MCI_FORMAT_MILLISECONDS
  39. Label1
  40. Length
  41. Label2
  42. Hscroll1
  43. value
  44. DisplayErrorMessageBoxT
  45. MCI_EXIT;
  46.     Form_Load
  47. Form_Unload
  48. Cancel
  49. MCITestx
  50. MMControl1_PauseClick
  51. MMControl1_PlayClick
  52. MMControl1_PrevClick
  53. MMControl1_StatusUpdate
  54. MCI_MODE_PLAY
  55. AI_EXIT_Click
  56. AI_OPEN_Click
  57.  Set the number of milliseconds between successive
  58.  StatusUpdate events.l
  59.  Display the File Open... dialog.e
  60.  No file selected from the "Open File..." dialog.e
  61.  If the device is open, close it.F
  62. Close
  63.  Open the device with the new filename..
  64.  Set the timing labels on the form.a
  65.  Set the scrollbar values.
  66. Form_Load
  67.  Force the MCI control to complete before returning
  68.  to the application.
  69. Form_Unload
  70. MMControl1_PauseClick
  71.  Set the number of milliseconds between successive
  72.  StatusUpdate events.l
  73. MMControl1_PlayClick
  74.  Set the number of milliseconds between successive
  75.  StatusUpdate events.l
  76. MMControl1_PrevClick
  77.  Set the number of milliseconds between successive
  78.  StatusUpdate events.l
  79.  Reset the scrollbar values.
  80. MMControl1_StatusUpdate
  81.  If the device is not playing, reset to beginning.
  82.  Determine how much of the file has played.  Set a
  83.  value of the scrollbar between 0 and 100.
  84.