- Code: Select all Expand view
#define MCI_PLAY 2054
#define MCI_MCIAVI_PLAY_FULLSCREEN 33554432
METHOD PlayFull() INLINE MciSendCommand( ::nId, MCI_PLAY, MCI_MCIAVI_PLAY_FULLSCREEN, "" )
EMG
#define MCI_PLAY 2054
#define MCI_MCIAVI_PLAY_FULLSCREEN 33554432
METHOD PlayFull() INLINE MciSendCommand( ::nId, MCI_PLAY, MCI_MCIAVI_PLAY_FULLSCREEN, "" )
METHOD PlayFull() INLINE ::oMci:PlayFull()
::oMci = TMci():New( "mpegvideo", cFileName )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 57 guests