Code with Trazor
Programming for all who needs it... willing to learn it
Friday, June 28, 2013
Restricting the Opening File Type in C# in OpenFileDialog
// Calling the OpenFileDialog
OpenFileDialog Openfile = new OpenFileDialog();
// Defining the Allowed File Types
Openfile.Filter = "Image Files ( *.jpg; *.jpeg)| *.jpg; *.jpeg; ";
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment