Click here to Skip to main content
15,890,399 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
no Open File Dialog Box..only path save file

What I have tried:

using (OpenFileDialog ofd = new OpenFileDialog() { Filter = "jpeg|*.jpg", ValidateNames = true, Multiselect = false })
{
if (ofd.ShowDialog() == DialogResult.OK)
Posted
Comments
Patrice T 10-Jul-18 8:36am    
try to make sentences and a question
Dave Kreskowiak 10-Jul-18 9:42am    
Yeah, once again, with English.

What you posted makes no sense at all. We have no idea what you're doing, what problem you're having, ... nothing. There's nothing to answer here.
Member 13847218 11-Jul-18 3:09am    
automatically image file save my document
Member 13847218 16-Jul-18 6:28am    
my qr code project encode button click texbox value auto save qrcode.
important no open dialog box.. only save auto path
dialog box don't display save auto files c#

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900