Click here to Skip to main content
15,892,161 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Aw, that means that you'll probably have to modify the lame-code. The Process.Start function returns an object of the class "Process"; you'd call the WaitForExit method on that object. Something similar to the code below;
VB
Dim p as Process = Process.Start("Notepad")
p.WaitForExit()

Hope it works Smile | :)
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 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 
QuestionSaving File without SaveDialog Pin
jitforce258510-Aug-12 12:03
jitforce258510-Aug-12 12:03 
AnswerRe: Saving File without SaveDialog Pin
908236510-Aug-12 12:45
908236510-Aug-12 12:45 
GeneralRe: Saving File without SaveDialog Pin
jitforce258511-Aug-12 6:02
jitforce258511-Aug-12 6:02 
Questionhelp in passing textboxt.text in report viewer vb.net Pin
Member 856930810-Aug-12 7:29
Member 856930810-Aug-12 7:29 

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.