PDA

Click to See Complete Forum and Search --> : dbgrid32.ocx


Peter van Collenburg
Dec 4th, 1999, 06:22 AM
I've the book "Visual Basic 6.0" from Sybex.
There are a lot of examples in the book and the CD.
When I load the sample FindDemo I receive the message dbGrid32.ocx cannot be found.

I reinstalled a number of times the full program from the CD with all tags on.
In my Windows\System map I still cannot find this .OCX file.
On the CD the file is present.

What do I wrong?

(sorry for my poor English)
regards, Peter

LG
Dec 4th, 1999, 06:50 AM
First check if this file phisicaly presents on your computer.
p.

leif-p
Dec 4th, 1999, 07:13 AM
Search for the .ocx file on the CD, copy it and for Win 95/98 paste into \windows\system.

For Win 2000 paste into \windows\system32

Then run in \system...

regsvr32 vbGrid32.ocx

and that will register in the registry.

(The readme.txt file in the directory where vbGrid.ocx is found on the CD, shows how to register all .ocx files.

Good luck!