
Microsoft Data Bound Grid Control ( DBGRID32.OCX)
I have just installed VB 6, SP 5 on a new computer with Windows XP
Professional (Also Access XP). Unfortunately old programs I wrote using the
DAO Data component and the Microsoft Data Bound Grid Control (DBGRID32.OCX)
can not be used since VB gives me the error message "License information for
this component not found. You do not have an appropriate license to use this
functionality in the design environment"
I think the data bound grid control may have come from VB 5 and, thus, was
on my previous development computer from an earlier installation of VB5, so
it was available in VB6. But on the new computer, of course, it isn't
there, and I can get it registered to the satisfaction of VB6. I run
regsvr32 C:\WINNT\system32\dbgrid32.ocx and get the message that it
registered fine. But that is not the case for VB.
I don't want to rewrite all these old programs to use ADO controls. How do
I get the Microsoft Data Bound Grid Control to function in my new
environment?