Microsoft Data Bound Grid Control ( DBGRID32.OCX) 
Author Message
 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?



Sat, 15 May 2004 21:53:07 GMT  
 Microsoft Data Bound Grid Control ( DBGRID32.OCX)
I solved the problem:

I found three files: dbgrid32.ocx, dbgrid32.dep and dbgrid.reg on the VB 6
CD.  I put the first two in my system32 file of XP Pro.  I put the reg file
on my desktop and double-clicked on it to add whatever it had to the
registry.  I then ran regsvr32 C:\WINNT\system32\dbgrid32.ocx. And I now
have the bound data grid component, and all projects using it and the DAO
data control are fine.


Quote:
> 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?



Sun, 16 May 2004 07:38:48 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. DBGRID32.OCX - Data Bound Grid Control 5.0

2. DBGRID32.OCX - Data Bound Grid Control 5.0

3. Microsoft Data Bound Grid Control 5.0 (SP3)

4. Microsoft Data Bound Grid Control 5.0 (SP3)

5. Microsoft Data Bound Grid Control

6. Where is the Microsoft Data Bound Grid Control?

7. Microsoft Data Bound Grid Control 5.0

8. Need help on Apex Data Grid (DBGRID32.OCX)

9. Need help on Apex Data Grid (DBGRID32.OCX)

10. binding a data bound grid control programmatically

11. Data Control dbgrid32.ocx License -- need help

12. Data Bound Combo Box within a Data Bound Grid

 

 
Powered by phpBB® Forum Software