In order to use MDZSimpleGrid object you have to insert the object in your project. The following instructions will help you.
Adding the MDZSimpleGrid to a VC++ project
1. Start a project.
2. Choose Project | Add to project | Components and Controls... menu item.
3. Find "MDZSimpleGrid class" in "Registered ActiveX Controls" folder.
4. Select the class and click "Insert" button.
5. After the insertion you will be provided with generated .h and .cpp files with CMDZSimpleGrid class definition. The class contains MDZSimpleGrid object's C++ dispinterface to use in VC++. Also the icon of MDZSimpleGrid object appears in "Dialog resource view" controls panel and you may use the control in your dialog resources.
In order to use v-table methods and properties just get pointer on IMDZSimpleGrid interface from created grid control. See samples for details.
Adding the MDZSimpleGrid to a VB project
1. Start a project.
2. Choose Project | Components... menu item.
3. Find "MDZSimpleGridAX 1.0 Type Library", select it and click "OK" buton to add the "MDZSimpleGrid" component to your project (the icon appears in the project Toolbox).
See included sample projects for details.