Click here to Skip to main content
15,899,124 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: remove the same rows from a table Pin
Dave Kreskowiak11-Aug-12 17:23
mveDave Kreskowiak11-Aug-12 17:23 
AnswerRe: remove the same rows from a table Pin
Eddy Vluggen11-Aug-12 23:15
professionalEddy Vluggen11-Aug-12 23:15 
AnswerRe: remove the same rows from a table Pin
Member 933127812-Aug-12 2:21
Member 933127812-Aug-12 2:21 
AnswerRe: remove the same rows from a table Pin
Eddy Vluggen13-Aug-12 1:27
professionalEddy Vluggen13-Aug-12 1:27 
QuestionConvert a .Wav File to .mp3 Pin
iismoove11-Aug-12 6:20
iismoove11-Aug-12 6:20 
AnswerRe: Convert a .Wav File to .mp3 Pin
Kenneth Haugland12-Aug-12 13:18
mvaKenneth Haugland12-Aug-12 13:18 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove12-Aug-12 14:16
iismoove12-Aug-12 14:16 
AnswerRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 3:22
professionalEddy Vluggen13-Aug-12 3:22 
Use the Directory.GetFiles[^] method. There's an example on the same page on how to use it.

Call your convert-method foreach item that you encounter.

iismoove wrote:
Also, do you know a easier way to do it, or do you think this is the best?

I like forking, and I don't mind the overhead compared to a thread. No, it's not the "best" way, because it'll be hard to display some progress, the user might think that your software is "stuck" somewhere and decide to terminate it.
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 3:32
iismoove13-Aug-12 3:32 
GeneralRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 3:40
professionalEddy Vluggen13-Aug-12 3:40 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 5:03
iismoove13-Aug-12 5:03 
GeneralRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 5:14
professionalEddy Vluggen13-Aug-12 5:14 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 5:22
iismoove13-Aug-12 5:22 
GeneralRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 5:54
professionalEddy Vluggen13-Aug-12 5:54 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 6:10
iismoove13-Aug-12 6:10 
GeneralRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 6:21
professionalEddy Vluggen13-Aug-12 6:21 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 6:31
iismoove13-Aug-12 6:31 
GeneralRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 7:11
professionalEddy Vluggen13-Aug-12 7:11 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 8:14
iismoove13-Aug-12 8:14 
GeneralRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 9:19
professionalEddy Vluggen13-Aug-12 9:19 
AnswerRe: Convert a .Wav File to .mp3 Pin
Kenneth Haugland13-Aug-12 8:32
mvaKenneth Haugland13-Aug-12 8:32 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 10:10
iismoove13-Aug-12 10:10 
GeneralRe: Convert a .Wav File to .mp3 Pin
Kenneth Haugland13-Aug-12 10:12
mvaKenneth Haugland13-Aug-12 10:12 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 10:20
iismoove13-Aug-12 10:20 
GeneralRe: Convert a .Wav File to .mp3 Pin
Kenneth Haugland13-Aug-12 10:23
mvaKenneth Haugland13-Aug-12 10:23 

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.