I am not a VB programmer but I have to deal with an older VB6 project. From my idea there should be a VBP file, but this is not my case. I only have frx, frm and bas file. Being no expert I would therefore start with adding a project and add all files. If I click on the MainFrm.frm that happens automatically:
Then I think I have to add the component that is the frx file but when I drag and drop it on the project I get this:
that therefore has not to be the right method.
Likewise if I try to start the project (just to see at what level it breaks, I get stuck even before starting:
and the log shows a long list of errors:
Line 139: Class MSFlexGridLib.MSFlexGrid of control grdH was not a loaded control class.
Line 329: Class MSFlexGridLib.MSFlexGrid of control grdMis was not a loaded control class.
Line 145: The property name _ExtentX in grdH is invalid.
Line 146: The property name _ExtentY in grdH is invalid. ...
Is therefore anything else that I can do?
Thanks
Patrick