Click here to Skip to main content
15,917,795 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Why don't cookies from Amazon.com delivered to HttpWebResponse.Cookies? Pin
dims1211-Nov-09 20:05
dims1211-Nov-09 20:05 
Questionpls help me in crystal report Pin
rashidaee10-Nov-09 20:00
rashidaee10-Nov-09 20:00 
AnswerRe: pls help me in crystal report Pin
The Man from U.N.C.L.E.11-Nov-09 7:46
The Man from U.N.C.L.E.11-Nov-09 7:46 
QuestionReading From XML File Pin
Habib_78610-Nov-09 18:33
Habib_78610-Nov-09 18:33 
AnswerRe: Reading From XML File Pin
Not Active11-Nov-09 1:32
mentorNot Active11-Nov-09 1:32 
QuestionAsp.net decryption problem Pin
harikreddy10-Nov-09 0:38
harikreddy10-Nov-09 0:38 
AnswerRe: Asp.net decryption problem Pin
The Man from U.N.C.L.E.10-Nov-09 7:15
The Man from U.N.C.L.E.10-Nov-09 7:15 
Questioncd database [modified] Pin
mimi84699-Nov-09 20:31
mimi84699-Nov-09 20:31 
hello every1 , am new to programming. am doin my dissertation on cd database in C#. my software should retrieve information from a cd that is manually put into cd drive. software should copy cd info like the artist , name, song , etc into a database.

This is where am stuck. am havn problems copying the cd info successfully. now my deadline is in just 1month. This code below was workin few days ago .. now it isnt.

PLS I NEED HELP.. AM DESPERATE..






Imports System 

Imports System.Collections.Generic 

Imports System.ComponentModel 

Imports System.Data 

Imports System.Drawing 

Imports System.Text 

Imports System.Windows.Forms 



Namespace CdRomManagement 


Public Partial Class Form1
    Inherits Form



Public Sub New()



InitializeComponent()

End Sub


Private Sub axWindowsMediaPlayer1_CdromMediaChange(ByVal sender As Object, ByVal e As AxWMPLib._WMPOCXEvents_CdromMediaChangeEvent)

axWindowsMediaPlayer1.currentPlaylist = axWindowsMediaPlayer1.cdromCollection.Item(e.cdromNum).Playlist


axWindowsMediaPlayer1.Ctlcontrols.play()


'this.textBox1.Text = axWindowsMediaPlayer1.currentMedia.getItemInfo("Name");


Me.textBox1.Text = ("Name: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("Name")) + Environment.NewLine


Me.textBox1.Text += ("author: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("author")) + Environment.NewLine


Me.textBox1.Text += ("Title: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("Title")) + Environment.NewLine


Me.textBox1.Text += ("Album: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("Album")) + Environment.NewLine


Me.textBox1.Text += ("copyright: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("copyright")) + Environment.NewLine


Me.textBox1.Text += ("Artist: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("Artist")) + Environment.NewLine

Me.textBox1.Text += ("Genre: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("Genre")) + Environment.NewLine


Me.textBox1.Text += ("Bitrate: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("Bitrate")) + Environment.NewLine


Me.textBox1.Text += ("Abstract: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("Abstract")) + Environment.NewLine


Me.textBox1.Text += ("bitRate: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("bitRate")) + Environment.NewLine


Me.textBox1.Text += ("duration: " & axWindowsMediaPlayer1.currentMedia.getItemInfo("duration")) + Environment.NewLine

End Sub


End Class


End Namespace


modified on Wednesday, November 11, 2009 2:22 AM

AnswerRe: cd database Pin
Pete O'Hanlon9-Nov-09 22:08
mvePete O'Hanlon9-Nov-09 22:08 
QuestionRe: cd database Pin
mimi846910-Nov-09 11:45
mimi846910-Nov-09 11:45 
AnswerRe: cd database Pin
Luc Pattyn10-Nov-09 13:29
sitebuilderLuc Pattyn10-Nov-09 13:29 
GeneralRe: cd database Pin
Mark Salsbery10-Nov-09 13:40
Mark Salsbery10-Nov-09 13:40 
AnswerRe: cd database Pin
Pete O'Hanlon10-Nov-09 22:55
mvePete O'Hanlon10-Nov-09 22:55 
AnswerRe: cd database Pin
The Man from U.N.C.L.E.10-Nov-09 7:10
The Man from U.N.C.L.E.10-Nov-09 7:10 
GeneralRe: cd database Pin
mimi846910-Nov-09 12:17
mimi846910-Nov-09 12:17 
GeneralRe: cd database Pin
The Man from U.N.C.L.E.11-Nov-09 0:25
The Man from U.N.C.L.E.11-Nov-09 0:25 
QuestionWindows Taskbar Information Pin
Tony Tullemans9-Nov-09 14:31
Tony Tullemans9-Nov-09 14:31 
AnswerRe: Windows Taskbar Information Pin
Eddy Vluggen10-Nov-09 5:13
professionalEddy Vluggen10-Nov-09 5:13 
QuestionVisual Studio 2008 Service Pack 1 Pin
Ejrr10859-Nov-09 8:30
Ejrr10859-Nov-09 8:30 
AnswerRe: Visual Studio 2008 Service Pack 1 Pin
Mark Salsbery9-Nov-09 10:26
Mark Salsbery9-Nov-09 10:26 
GeneralRe: Visual Studio 2008 Service Pack 1 Pin
Ejrr10859-Nov-09 11:38
Ejrr10859-Nov-09 11:38 
GeneralRe: Visual Studio 2008 Service Pack 1 Pin
Mark Salsbery9-Nov-09 11:55
Mark Salsbery9-Nov-09 11:55 
GeneralRe: Visual Studio 2008 Service Pack 1 Pin
Ejrr108513-Nov-09 4:04
Ejrr108513-Nov-09 4:04 
GeneralRe: Visual Studio 2008 Service Pack 1 Pin
Mark Salsbery13-Nov-09 6:26
Mark Salsbery13-Nov-09 6:26 
GeneralRe: Visual Studio 2008 Service Pack 1 Pin
Ejrr108513-Nov-09 9:16
Ejrr108513-Nov-09 9:16 

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.