Click here to Skip to main content
15,887,434 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
im having a big problem saving the file from the "PictureBox"

this is what i have

Private Sub sendbtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles sendbtn.Click
Dim sPath As String = "C:\Test\testing.bmp"
Dim bmp As Bitmap
Try
bmp = Me.signature.Image
bmp.Save(sPath, System.Drawing.Imaging.ImageFormat.bmp)
Catch ex As Exception
MsgBox("Not Working Signature Save")
End Try
End Sub



and im trying to save it as "JPG"
so i change .jpg and imageformat.jpeg

and NOTHING
whats is wrong in the code ?
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 
AnswerRe: help in passing textboxt.text in report viewer vb.net Pin
Wes Aday10-Aug-12 8:23
professionalWes Aday10-Aug-12 8:23 
GeneralRe: help in passing textboxt.text in report viewer vb.net Pin
Member 856930810-Aug-12 10:32
Member 856930810-Aug-12 10:32 
GeneralRe: help in passing textboxt.text in report viewer vb.net Pin
Wes Aday10-Aug-12 10:36
professionalWes Aday10-Aug-12 10:36 
QuestionReading Byte Value From Process Memory Pin
dtdmike9410-Aug-12 6:49
dtdmike9410-Aug-12 6:49 
Questionhow to open the PAYH2011.accdb in access,it showing me sql connection error Pin
vikki028610-Aug-12 0:11
vikki028610-Aug-12 0:11 
AnswerRe: how to open the PAYH2011.accdb in access,it showing me sql connection error Pin
Dave Kreskowiak10-Aug-12 2:08
mveDave Kreskowiak10-Aug-12 2:08 
AnswerRe: how to open the PAYH2011.accdb in access,it showing me sql connection error Pin
jitforce258511-Aug-12 6:04
jitforce258511-Aug-12 6:04 
QuestionHow to make sure that only users from a specific group in AD can login. VB.NET Pin
dantlepshev 9-Aug-12 6:15
dantlepshev 9-Aug-12 6:15 
AnswerRe: How to make sure that only users from a specific group in AD can login. VB.NET Pin
Bernhard Hiller9-Aug-12 21:56
Bernhard Hiller9-Aug-12 21:56 
QuestionDataGridView not updating Pin
Sonhospa7-Aug-12 10:17
Sonhospa7-Aug-12 10:17 
AnswerRe: DataGridView not updating Pin
David Mujica7-Aug-12 10:51
David Mujica7-Aug-12 10:51 
GeneralRe: DataGridView not updating Pin
Sonhospa7-Aug-12 20:41
Sonhospa7-Aug-12 20:41 
GeneralRe: DataGridView not updating Pin
Eddy Vluggen9-Aug-12 0:04
professionalEddy Vluggen9-Aug-12 0:04 
GeneralRe: DataGridView not updating Pin
Simon_Whale9-Aug-12 0:08
Simon_Whale9-Aug-12 0:08 

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.