I have a common dialog control on my form. When it opens, is it possible to get rid of the Open as Read Only check box? Kev.
VB Code: CommonDialog1.Flags=cdlOFNHideReadOnly
CommonDialog1.Flags=cdlOFNHideReadOnly
Please mark you thread resolved using the Thread Tools as shown
Thanks danasegarane Kev.
Forum Rules