Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i customize OpenFileDialog as read only in .NET
Posted
Comments
Wendelius 29-Dec-12 17:12pm    
What do you mean by readonly? That only existing file can be selected or something else?
Sandeep Mewara 30-Dec-12 2:34am    
Please elaborate.

1 solution

The OpenFileDialog only gives you a filename and does not open the file, that is your responsibility, however you can supply ShowReadOnly property, see here : http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog.aspx[^]

http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog.showreadonly.aspx[^]
 
Share this answer
 

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