-
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
-
First check if this file phisicaly presents on your computer.
p.
-
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!