FIX: VB MCITEST CD Player Sample Displays Incorrect TrackLast reviewed: October 30, 1997Article ID: Q94185 |
2.00
WINDOWS
kbprg kbbuglist
The information in this article applies to:
SYMPTOMSThe CD Player component of the MCITEST.MAK sample program incorrectly displays random numbers in the field labeled "Track."
STATUSMicrosoft has confirmed this to be a bug in the MCITEST sample application supplied with the Professional Edition of Microsoft Visual Basic for Windows, version 2.0. This problem was corrected in Microsoft Visual Basic version 3.0 for Windows.
MORE INFORMATIONTo correct the above problem, add the following code to module GLOBAL.BAS:
Global Const MCI_FORMAT_TMSF = 10 Steps to Reproduce Problem
|
Additional reference words: buglist2.00 fixlist3.00 2.00 3.00 multimedia
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |