hi,
i've to filter out files without any extension using common dailog control can any one help me out.
thnx
i've to filter out files without any extension using common dailog control can any one help me out.
thnx
with commondialoge1 .Filter = "Text file(*.txt)|*.txt|Word document(*.doc)|*.doc|" end with
Comment