Hi can anyone help i know nothin really about coding but i have got this program but when i try to open it says missing dbgrid32.ocx file so i have downloaded it just need to know where to place this file.
Printable View
Hi can anyone help i know nothin really about coding but i have got this program but when i try to open it says missing dbgrid32.ocx file so i have downloaded it just need to know where to place this file.
welcome on the forums
can u send zip file or ocx file here
B]welcome on the forums[/B]
It's probably a good idea to put it in your System32 folder. And it possibly needs to be 'registered'. You can register it by using regsvr32.exe from a command prompt. eg if the file was in System32
C:\regsvr32 c:\windows\system32\dbgrid32.ocx
If you get a success message you're in luck. You just then need to make sure it's loaded into VB through the Project|Components... menu.
BTW just doing this should register the component