Hi slimhom,
Please clarify details about your problem. It is winform forum so if you are consulting how to open a jpeg file, please check this thread:
http://stackoverflow.com/questions/2069048/setting-the-filter-to-an-openfiledialog-to-allow-the-typical-image-formats
It is about how to set openfiledialog filter and below is the code:
dialog.Filter = "JPEG Files (*.jpeg)|*.jpeg|PNG Files (*.png)|*.png|JPG Files (*.jpg)|*.jpg|GIF Files (*.gif)|*.gif";
If you are not asking a develop question, then it is offtopic here and you'd better share more details.
Regards,
Barry Wang
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.