Well I'm sure you all wondered how guza44_44 made his form re-size to the size of the picture. Well I thought I would release my way of doing it.
1. Add a Timer
2. Set the Interval to 1
3. Place the below text in Timer1's Code
Code:
Me.Height = PictureBox1.Image.Height + 60
Me.Width = PictureBox1.Image.Width + 15
What this does it sets the hieght of the picture the height of the form and vise versa for the width. Its adds 60 to the height do to the form borders and ads 15 for the width.
PS : guza44_44 guess I am in that 10% lol
Almost Forgot : Credits to guza44_44 for stealing his idea :P