Does anyone know do the methods associated with a common dialog control differ depending on the version of vb being used?
I have an application created with an earlier version of VB and when I try to compile it using v5 or 6, the common dialog methods in the code aren't recognised. Examples are:
CommonDialog1.Filter
CommonDialog1.DialogTitle
CommonDialog1.ShowOpen
I'm guessing it has something to do with different versions but don't know how to get around the problem.
Thanks for any help
I have an application created with an earlier version of VB and when I try to compile it using v5 or 6, the common dialog methods in the code aren't recognised. Examples are:
CommonDialog1.Filter
CommonDialog1.DialogTitle
CommonDialog1.ShowOpen
I'm guessing it has something to do with different versions but don't know how to get around the problem.
Thanks for any help