Visual Basic 2008 photo viewer. a simple photo viewer...
Song: stalemate - Hundread reasons
codes
Try
OpenFileDialog1.Title = "Open Picture"
OpenFileDialog1.FileName = ".jpg"
OpenFileDialog1.Filter = "All Files |*.*" OpenFileDialog1.ShowDialog()
PictureBox1.Image = System.Drawing.Image.FromFile(OpenFileDialog1.FileName)
Catch ex As Exception
'Do Nothing
End Try
MY GOD! i was trying to find this for like, days! thanks.
Programmur 1 year ago
my god, why have that music?
nimpo46 1 year ago
---Message---
To make it beta:
Click On the Picture Box
Go to it's options
where it says 'Normal' in picture options
change it to 'Strech'
_______________________
This means the picture will strech to fit the picture box.
(id: Chris)
SuperZulu5 1 year ago
thanks bro great for mi chat program
rashad5010 1 year ago
when doing tutorials, keep your cursor in the video, or zoom out, thumbed down.
dimitri10011 1 year ago
you got the car picture from Ebay
weirdweirdo78 2 years ago
if you want a next button put in a extra 2 buttons
->button =
PictureBox1.Image = saveFileDialog1.FileName = ".jpg".....
im still working on it :(
But is should not tale too long :)
liammcgrath22800 2 years ago
thx
superroblox 2 years ago
thanks dude but can u make one more video of calcultor in visual basic that how to make calculator in 2008 visual basic u r video is awesome and 5 stars
abdulrehmanamir1 2 years ago