Working with Picture Box in Visual Basic 2015

Picture box is a control in Visual Basic 2015 that is used to display images .In Visual Basic 2015 Tutorial Lesson lesson 3, we have already learned how to insert a picture box on the form in Visual Basic 2015. However, we have not learned how to load a picture in the picture box yet. In this lesson, we shall learn how to load an image into the picture box at design time and at runtime. Besides that, we shall also learn how to using a common dialog control to browse for image files in your local drives and then select and load a particular image in the picture box.

Read More…………