Martin
2007-09-11 20:29:37 UTC
I have an old program written in VB-5 on a Win NT computer. The
production installation of the program also runs on an NT box (there's
only one installation of this program).
I want to migrate the source code (for further development) over to a
newer computer that's running XP Pro where my development environment
is VB 6.
I copied the source code over and opened the program in VB6. It
generated an error telling me that MSDBGrid was not a loaded control
class. This is the DBGrid32.OCX which apparently is VB5-only.
Can I get this to work by simply copying the DBGrid32.OCX, .OCA and
.DEP files over from the old computer (and registering them)?
I'm afraid to try anything because I don't want to screw-up my VB6
installation.
Thanks for any advice.
production installation of the program also runs on an NT box (there's
only one installation of this program).
I want to migrate the source code (for further development) over to a
newer computer that's running XP Pro where my development environment
is VB 6.
I copied the source code over and opened the program in VB6. It
generated an error telling me that MSDBGrid was not a loaded control
class. This is the DBGrid32.OCX which apparently is VB5-only.
Can I get this to work by simply copying the DBGrid32.OCX, .OCA and
.DEP files over from the old computer (and registering them)?
I'm afraid to try anything because I don't want to screw-up my VB6
installation.
Thanks for any advice.