You currently have:
openFileDialog1.Filter = "All Image Files|\*.bmp;\*.ico;\*.cur|All files (\*.\*)|\*.\*";
To add a filter for PNG files (for example) simply add the filename template between 'cur' and the '|' before 'All Files', not forgetting to separate it by a semi-colon.
openFileDialog1.Filter = "All Image Files|\*.bmp;\*.ico;\*.cur**;\*.png**|All files (\*.\*)|\*.\*";
I have tried to make my additions stand out by superscripting it. Have a go with the others yourself.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”