making of cd player

Reply

Join Date: Oct 2005
Posts: 5
Reputation: selot is an unknown quantity at this point 
Solved Threads: 0
selot selot is offline Offline
Newbie Poster

making of cd player

 
0
  #1
Oct 30th, 2005
I have got some problems with making a cd player. But I do not know what it is.

the code is as follows:

Private Sub cmdSpill_Click()
mmcSpiller.Command = "play"

End Sub

Private Sub Form_Load()
mmcSpiller.Notify = True

mmcSpiller.Wait = True
mmcSpiller.Shareable = False
mmcSpiller.DeviceType = "cdaudio"


End Sub

Private Sub Form_Unload(Cancel As Integer)
mmcSpiller.Command = "close"

End Sub

Private Sub mmcSpiller_StatusUpdate()
lblnr.Caption = mmcSpiller.Track
lblAntspor.Caption = mmcSpiller.Tracks
lblposisjon.Caption = mmcSpiller.TrackPosition
lblLengde.Caption = mmcSpiller.TrackLength

End Sub
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC