Technorati label: control, registration, ActiveX
I remember that there was a control called DataGrid, but I forgot about it. But it seems that this name is suitable for my needs. I just want to try it. However, it was not found for a long time. I found it was vc6. I didn't want to install Visual Studio, so I wanted to copy the control and register it myself. It's really hard to find. I got a new version at the beginning. It was 98 years old and I felt too old to open the file. Next, download the EXE file for the last 04 years. Double-click it and copy msdatgrd. ocx to the System32 directory. It was found on this website, and there are many system DLL/ocx, which may be used later.
In the form design view of access, I chose to register the ActiveX control and reported the error "C:/Windows/system32/msdatgrd. ocx cannot add or delete myself in the system. Use a separate installation method.ProgramTo install/Delete the control .". Go to the command prompt and type:
Regsvr32/s msdatgrd. ocx
You can. Note that this operation must be performed under the administrator account. If the account is not an administrator account, no error is returned.
RelatedArticle:
- About ActiveX Control registration 1
- About ActiveX Control registration 2