how do you 'talk' to ActiveX controls in a MFC dialog window.
For example: Winsock1.Connect

I can see how to respond to events from controls, but I don't get how to invoke a method of a control. (an inserted ActiveX control)

I see dropping an ActiveX control onto the dialog form introduces the object's class into the project, but I can't see where it creates an instance of the class. Please explain.