SyntaxFix
Write A Post
Hire A Developer
Questions
PictureBox.Image is a property, not a method. You can set it like this:
PictureBox1.Image = System.Drawing.Image.FromFile(dlg.FileName);