I am trying to get DOS 8.3 filenames with
a Common Dialog Control.

I have entered the following statements:

CommonDialog1.Flags = cdlOFNNoLongNames
CommonDialog1.ShowOpen

When I get the CommonDialog.Filename
I get long filenames. Do I have to do
something else to make this work?