Click here to Skip to main content
15,914,016 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: Rip CD Pin
ianbacalla14-Aug-07 16:00
ianbacalla14-Aug-07 16:00 
Cool, ok let me know if you found one, i'll let you know too...thanks...

here is my code for selecting a file to rip :

dim m as wmplib.iwmpcdrom<br />
 <br />
For x As Integer = 0 To mMediaPlaylist.count - 1<br />
                    If lst.Item(i).ToString().ToUpper() = mMediaPlaylist.Item(x).getItemInfo("Title").ToUpper() Then<br />
                        m = MediaPlayer.cdromCollection.getByDriveSpecifier(mReadyDrive)<br />
                        m.Playlist.Item(x).setItemInfo("SelectedForRip", CType(True, String))<br />
                    End If<br />
                Next


I did not come up with the destination of the tracks because i just wanted it to be in mymusic folder...but is is better to have that.

Have a good day...



ianbacalla
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 
AnswerRe: reports Pin
Dave Kreskowiak9-Aug-07 3:35
mveDave Kreskowiak9-Aug-07 3:35 

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.