CDINFO.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. CDINFO
  2. The CD Info sample draws a pie chart representing the length of
  3. tracks off the audio CD that is in the drive. It uses the Media
  4. Control Interface (MCI) APIs to retrieve this information. The
  5. sample also demonstrates how to use the tooltip common control
  6. to implement tooltips for your control. The tooltip displays
  7. the track length for the track represented by the pie chart
  8. segment that the cursor is over.
  9. There is a VB sample in the VBTEST subdirectory that demonstrates
  10. use of the control.
  11. The control implements the following Methods
  12. Read:
  13. Reads the track length information from the CD in the
  14. drive and displays the information in the form of a pie chart.
  15. Redraw:
  16. Redraws the pie chart for the current CD.
  17. Play:
  18. Starts playing the CD at the passed track number. The
  19. control also rotates the pie chart so that the played
  20. track will be at the top.
  21. The following properties are available.
  22. Tracks:
  23. The number of tracks on the CD.
  24. Length:
  25. The length of the passed track number in seconds.
  26. TotalLength:
  27. The total length of the CD in seconds.