|
Ask a question:
Here is the code to find online
CommonDialog1.Filter = "Database file (* .mdb) | * .mdb | Text file (* .txt) | * .txt"
I want to open all picture files. How to write?
CommonDialog1.Filter = "All image files | * .jpg"
What about bmp? How can I add it?
Thank you! |
|