Click here to Skip to main content
15,895,084 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionComparing two large files Pin
Klazen1-Mar-06 15:44
Klazen1-Mar-06 15:44 
AnswerRe: Comparing two large files Pin
Dave Kreskowiak2-Mar-06 3:57
mveDave Kreskowiak2-Mar-06 3:57 
GeneralRe: Comparing two large files Pin
Klazen2-Mar-06 12:46
Klazen2-Mar-06 12:46 
QuestionFile Properties - mp3 Pin
united181-Mar-06 14:45
united181-Mar-06 14:45 
AnswerRe: File Properties - mp3 Pin
Klazen1-Mar-06 16:01
Klazen1-Mar-06 16:01 
GeneralRe: File Properties - mp3 Pin
united181-Mar-06 17:50
united181-Mar-06 17:50 
GeneralRe: File Properties - mp3 Pin
united184-Mar-06 7:44
united184-Mar-06 7:44 
GeneralRe: File Properties - mp3 Pin
Klazen4-Mar-06 10:38
Klazen4-Mar-06 10:38 
Ok, first, make sure you have imported the right file into your project. Go to the link I refrenced in my post, and download the source code. Then, import MP3Info.vb from the zip file. Then, use this in your source code:
Dim mp3reader As New Monotic.Multimedia.MP3.MP3Info<br />
Dim artist As String<br />
Dim newname As String<br />
mp3reader.Filename = FileName<br />
artist = mp3reader.ID3v1Tag.Artist<br />
title = mp3reader.ID3v1Tag.Title<br />
newname = artist + title

Where FileName is the filename of your MP3. That should work, I tested it.
GeneralRe: File Properties - mp3 Pin
united184-Mar-06 20:35
united184-Mar-06 20:35 
QuestionChanges after Binding Data Pin
xoxoxoxoxoxox1-Mar-06 14:38
xoxoxoxoxoxox1-Mar-06 14:38 
AnswerRe: Changes after Binding Data Pin
Dave Kreskowiak2-Mar-06 4:10
mveDave Kreskowiak2-Mar-06 4:10 
QuestionHow to set a directory hidden? Pin
cylix20001-Mar-06 14:29
cylix20001-Mar-06 14:29 
AnswerRe: How to set a directory hidden? Pin
Klazen1-Mar-06 15:56
Klazen1-Mar-06 15:56 
GeneralRe: How to set a directory hidden? Pin
cylix20001-Mar-06 22:21
cylix20001-Mar-06 22:21 
AnswerRe: How to set a directory hidden? Pin
Omar Mallat2-Mar-06 2:22
professionalOmar Mallat2-Mar-06 2:22 
Questionvb.net sockets problem Pin
Robert Rowley1-Mar-06 9:51
Robert Rowley1-Mar-06 9:51 
Questiontransparent textbox/richtextbox Pin
randomGirl0071-Mar-06 9:49
randomGirl0071-Mar-06 9:49 
AnswerRe: transparent textbox/richtextbox Pin
Klazen1-Mar-06 15:36
Klazen1-Mar-06 15:36 
QuestionFolder attributes problem Pin
Quecumber2561-Mar-06 7:38
Quecumber2561-Mar-06 7:38 
AnswerRe: Folder attributes problem Pin
Dave Kreskowiak1-Mar-06 9:00
mveDave Kreskowiak1-Mar-06 9:00 
GeneralRe: Folder attributes problem Pin
Quecumber2561-Mar-06 9:41
Quecumber2561-Mar-06 9:41 
GeneralRe: Folder attributes problem Pin
Dave Kreskowiak1-Mar-06 11:54
mveDave Kreskowiak1-Mar-06 11:54 
GeneralRe: Folder attributes problem Pin
Quecumber2561-Mar-06 12:42
Quecumber2561-Mar-06 12:42 
GeneralRe: Folder attributes problem Pin
Dave Kreskowiak1-Mar-06 12:56
mveDave Kreskowiak1-Mar-06 12:56 
AnswerRe: Folder attributes problem Pin
Guffa1-Mar-06 13:12
Guffa1-Mar-06 13:12 

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.