home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Module1"
- ' Public Constants
- Public Const conMCIAppTitle = "MCI Control Application"
-
- ' These constants are defined in mmsystem.h.
- Public Const conMCIErrInvalidDeviceID = 30257
- Public Const conMCIErrDeviceOpen = 30263
- Public Const conMCIErrCannotLoadDriver = 30266
- Public Const conMCIErrUnsupportedFunction = 30274
- Public Const conMCIErrInvalidFile = 30304
-
- # If Win32 Then
- Declare Function GetFocus Lib "User32" () As Long
- # Else
- Declare Function GetFocus Lib "User" () As Integer
- # End If
-
- ' Public variables
- Public DialogCaption As String
-
-