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

.NET (Core and Framework)

 
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 
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 
yes i know its in vb.net. but i can easily convert it to c# with a special software. I just really need help with the copying of cd contents pls. the re-formatted version is below. would really appreciate it.




<code> Imports System
<code>Imports System.Collections.Generic
<code>Imports System.ComponentModel
<code>Imports System.Data
<code>Imports System.Drawing
<code>Imports System.Text
<code>Imports System.Windows.Forms




<code>Namespace CdRomManagement </code>


<code>Public Partial Class Form1
Inherits Form



Public Sub New()

InitializeComponent()
End Sub




<code>Private Sub axWindowsMediaPlayer1_CdromMediaChange(ByVal sender As Object, ByVal e As AxWMPLib._WMPOCXEvents_CdromMediaChangeEvent) </code>


<code> axWindowsMediaPlayer1.currentPlaylist = axWindowsMediaPlayer1.cdromCollection.Item(e.cdromNum).Playlist </code>

<code>axWindowsMediaPlayer1.Ctlcontrols.play() </code>




<code>'this.textBox1.Text = axWindowsMediaPlayer1.currentMedia.getItemInfo("Name");</code>



<code> Me.textBox1.Text = ("Name: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("Name")) + Environment.NewLine </code>




<code> Me.textBox1.Text += ("author: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("author")) + Environment.NewLine </code>




<code> Me.textBox1.Text += ("Title: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("Title")) + Environment.NewLine </code>




<code>Me.textBox1.Text += ("Album: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("Album")) + Environment.NewLine </code>




<code>Me.textBox1.Text += ("copyright: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("copyright")) + Environment.NewLine </code>




<code>Me.textBox1.Text += ("Artist: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("Artist")) + Environment.NewLine </code>




<code>Me.textBox1.Text += ("Genre: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("Genre")) + Environment.NewLine </code>




<code>Me.textBox1.Text += ("Bitrate: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("Bitrate")) + Environment.NewLine </code>




<code>Me.textBox1.Text += ("Abstract: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("Abstract")) + Environment.NewLine </code>




<code>Me.textBox1.Text += ("bitRate: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("bitRate")) + Environment.NewLine </code>





<code> Me.textBox1.Text += ("duration: " &amp; axWindowsMediaPlayer1.currentMedia.getItemInfo("duration")) + Environment.NewLine</code>
End Sub

End Class

End Namespace
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 
GeneralRe: Visual Studio 2008 Service Pack 1 Pin
Mark Salsbery13-Nov-09 9:30
Mark Salsbery13-Nov-09 9:30 
GeneralRe: Visual Studio 2008 Service Pack 1 Pin
Ejrr108513-Nov-09 9:37
Ejrr108513-Nov-09 9:37 

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.