Code with Trazor
Programming for all who needs it... willing to learn it
Showing posts with label
Restricting
.
Show all posts
Showing posts with label
Restricting
.
Show all posts
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; ";
Older Posts
Home
Subscribe to:
Posts (Atom)