In order to test the MyData control, you need a test project. To allow debugging of in-process components, Visual Basic allows you to load two or more projects into a project group. In addition to enabling in-process debugging, the project group makes it easier to load your .ocx project and test project.
Note This topic is part of a series that walks you through creating sample data source components. It begins with the topic Creating Data Sources.
To add a test project to the project group
Important Do not click Open Project or New Project, as these will close your control project.
File | File name | Extension |
Form | DataSourceTest | .frm |
Project | DataSourceTest | .vbp |
Project group | AXData | .vbg |
For More Information Test projects for ActiveX controls are discussed in more detail in "Debugging Controls" in "Building ActiveX Controls."
This topic is part of a series that walks you through creating a sample ActiveX control.
To | See |
Go to the next step | Adding Data Handling Code |
Start from the beginning | Creating Data Sources |