I have an application which was developed using VB2.0. It makes extensive use of PictureBox controls. When I try to load this file in VB6.0, I get lots of error messages in the log file, saying that pictureBox.Font, pictureBox.Caption properties are not valid. How do I validate them?

Shalini