I have a brand new computer which was freshly loaded with Visual Basic 6.0. I have copied all the code from the previous computer to this new one.
But loading a project produced the following error.
Class MSGrid.Grid of control grdS101 was not a loaded control class.
So I did some research and I think that this means that the ocx file, grid32.ocx, needs to be loaded. I did a search of my hard drive and I found that this file was missing. The only thing close to it was dbgrid32.ocx.
Is this the same thing? If so, how do I “load it? If not, where do I find grid32.ocx and what do I have to do to load it?