Software development libraries on www.maxdz.com

MDZSimpleGridAX in VC++ and VB projects

In order to use the ActiveX library you must register it in you system. Call "regsvr32.exe MDZSimpleGridAX.dll" or "regsvr32 MDZSimpleGridAX.dll" for that. Or execute "register.bat" file (it does the same).

The MDZSimpleGrid.zip archive contains the following files and directories:
Help/contains MDZSimpleGridAX.chm reference file
Samples/contains sample source code and some generated files for grid interfaces/methods access
Samples/Interfaces/directory with generated MDZSimpleGridAX.h and MDZSimpleGridAX_i.c files that allows access to the v-table interfaces of the grid
Samples/MFCGenerated/directory contains definition and implementation of MFC-generated and inherited from CWnd class that is wrapper around grid dispinterface
Samples/ToRun/directory contains bynary MFC and VB sample applications using grid
Samples/MFCWndTestAX/MFC sample application source code
Samples/VBAXTest/VisualBasic sample application source code
helpers.h, helpers.cppused in sample application projects
MDZSimpleGridAX.dllMDZSimpleGrid ActiveX library
register.batbatch file for ActiveX registration. Calls "regsvr32 MDZSimpleGridAX.dll" that registers the ActiveX in your system. Only after the registration you may use the control in your applications


www.maxdz.com Send e-mail to the developer: Max Dzyubenko