Hi,
I want to use C# OpenFileDialog in my Windows Form application. How could I know if no files are selected ? I tried
if (OpenFileDialog.FilesNames.Length == 0)
but it didnt work ...
Could you plz help me.
Thansk in advance.
Shahab.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ShahabPosted Feb 19, 2013, 5:06 AM
Thanks to auto-answer from Csharpcorner :-)