How do you set up IOleContainer and EnumObject method support
Greetings, I am attempting to prepare a small test program to learn how to permit a VB application to support Visual Test 6.5.
I understand from my readings that in order for my Visual Basic applications to support Visual Test, 3 conditions must be met:
1) the addition of MSTEST.OCX to all forms to be tested.
2) the addition of IOleContainer support for all 3rd party controls
3) that IOleContainer must support the EnumObject method.
Does anyone have a sample of how this is setup the last two points? I have been asked to act as
a bridge between Development and QA and I was hoping to do some basic tests
to ensure that VT could interface with FarPoint's Input Pro and List Pro
OCX's in our application.