Hi, I'm very new to VB and I am using visual basic 2010 express.

I have to write a program that is capable of simple image processing:

The user must be able to type in the path and name of an image file or browse for the file (jpg and bmp). When a filename has been entered the image must appear in a Picture Box on the form. The colour of each pixel in the image should then be inspected and stored in one or more arrays. Once...