Question Project With Data Source: .xls, .xlxs or .csv?

Zlatko

New member
Joined
May 9, 2010
Messages
1
Programming Experience
Beginner
Hi guys, i was wondering if anyone knew how to create an application which would basically create a button with a browse feature which would be limited to .xls, .xlsx and .csv file extensions?

I'm a bit of a newbie, and haven't done programming for some time now.
 
To browse for a file you would use an OpenFileDialog. The OpenFileDialog class has a Filter property that allows you to specify what types of files will be displayed. Check out the documentation for both class and property and check the web for examples if you need them, then post back if you have issues.
 
Back
Top