Click here to Skip to main content
15,887,322 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem getting value Pin
TAK789-Aug-07 7:58
TAK789-Aug-07 7:58 
GeneralRe: Problem getting value Pin
Dave Kreskowiak9-Aug-07 8:13
mveDave Kreskowiak9-Aug-07 8:13 
QuestionRip CD Pin
meofcourse9-Aug-07 5:22
meofcourse9-Aug-07 5:22 
AnswerRe: Rip CD Pin
Kschuler9-Aug-07 9:18
Kschuler9-Aug-07 9:18 
GeneralRe: Rip CD Pin
meofcourse9-Aug-07 9:47
meofcourse9-Aug-07 9:47 
AnswerRe: Rip CD Pin
meofcourse9-Aug-07 12:20
meofcourse9-Aug-07 12:20 
AnswerRe: Rip CD Pin
ianbacalla9-Aug-07 23:26
ianbacalla9-Aug-07 23:26 
GeneralRe: Rip CD Pin
meofcourse11-Aug-07 17:57
meofcourse11-Aug-07 17:57 
I have just run into the same problem as you. I'll let you know when I find out.
I was also wondering if you knew how to choose which tracks are being ripped, and where the destination directory/file names are.

Here is my code:

<br />
    Dim cdromcollection As WMPLib.IWMPCdromCollection<br />
    Dim mediaplayercore As New WMPLib.WindowsMediaPlayerClass<br />
    Dim cdrom As WMPLib.IWMPCdrom<br />
    Dim rip As WMPLib.IWMPCdromRip<br />
<br />
        cdromcollection = mediaplayercore.cdromCollection<br />
        cdrom = cdromcollection.getByDriveSpecifier(My.Settings.cd)<br />
        Dim media As WMPLib.IWMPMedia<br />
        media = cdrom.Playlist.Item(My.Settings.track)<br />
        Dim Playlist As WMPLib.IWMPPlaylist = mediaplayercore.newPlaylist("templist", "")<br />
        Playlist.clear()<br />
        Playlist.appendItem(media)<br />
        rip = cdrom<br />
        rip.startRip()<br />

GeneralRe: Rip CD Pin
ianbacalla14-Aug-07 16:00
ianbacalla14-Aug-07 16:00 
GeneralRe: Rip CD Pin
meofcourse14-Aug-07 18:23
meofcourse14-Aug-07 18:23 
GeneralRe: Rip CD Pin
Dogu Tumerdem22-Jan-10 2:50
Dogu Tumerdem22-Jan-10 2:50 
AnswerRe: Rip CD Pin
meofcourse14-Aug-07 6:30
meofcourse14-Aug-07 6:30 
GeneralRe: Rip CD Pin
ianbacalla14-Aug-07 21:22
ianbacalla14-Aug-07 21:22 
GeneralRe: Rip CD Pin
meofcourse15-Aug-07 4:46
meofcourse15-Aug-07 4:46 
Questionstring array to Byte array....conversion problem Pin
Cory Kimble9-Aug-07 4:51
Cory Kimble9-Aug-07 4:51 
AnswerRe: string array to Byte array....conversion problem Pin
Luc Pattyn9-Aug-07 5:05
sitebuilderLuc Pattyn9-Aug-07 5:05 
GeneralRe: string array to Byte array....conversion problem Pin
Cory Kimble9-Aug-07 5:42
Cory Kimble9-Aug-07 5:42 
GeneralRe: string array to Byte array....conversion problem Pin
Luc Pattyn9-Aug-07 5:55
sitebuilderLuc Pattyn9-Aug-07 5:55 
GeneralRe: string array to Byte array....conversion problem Pin
Cory Kimble9-Aug-07 8:10
Cory Kimble9-Aug-07 8:10 
GeneralRe: string array to Byte array....conversion problem Pin
Luc Pattyn9-Aug-07 8:35
sitebuilderLuc Pattyn9-Aug-07 8:35 
QuestionHow to enumerate all possible Screen Resolutions? Pin
svengurke@gmx.de9-Aug-07 2:36
svengurke@gmx.de9-Aug-07 2:36 
AnswerRe: How to enumerate all possible Screen Resolutions? Pin
Craster9-Aug-07 3:32
Craster9-Aug-07 3:32 
GeneralRe: How to enumerate all possible Screen Resolutions? Pin
svengurke@gmx.de10-Aug-07 1:14
svengurke@gmx.de10-Aug-07 1:14 
AnswerRe: How to enumerate all possible Screen Resolutions? Pin
Luc Pattyn9-Aug-07 3:40
sitebuilderLuc Pattyn9-Aug-07 3:40 
Questionreports Pin
Sonia Gupta9-Aug-07 2:05
Sonia Gupta9-Aug-07 2:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.