How to Make an Icon to Image Converter in VB 2010/2008
in this tutorial i will show u how to make another converter, but this on will convert and Icon file, *.ico, to a standard jpeg image, *.jpeg, i how u enjoy this vid, rate comment subscribe etc... ok so heres the code:
'Button1--Open Icon
OpenFileDialog1.ShowDialog()
'Button2--Convert
SaveFileDialog1.ShowDialog()
'SaveFileDialog_DialogOk or whateva
PictureBox1.Image.Save(SaveFileDialog1.FileName, System.Drawing.Imaging.ImageFormat.Jpeg)
'and fo the openfiledialog fileOK...different each time...:(
Button2.Enabled = True PictureBox1.ImageLocation = OpenFileDialog1.FileName
Ok so thats it, quit bugging me and go away... :)
Video Length: 04:04
Uploaded By: reconrey1292
Published: 1/12/2010
View Count: 4,096