Advertisement
nateshoffner

Untitled

Oct 22nd, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.15 KB | None | 0 0
  1. Using img = Image.FromFile(filePath)
  2.     pictureBox1.Image = img.GetThumbnailImage(pictureBox1.Width, pictureBox1.Height, Nothing, IntPtr.Zero)
  3. End Using
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement