Greetings! I would like to create an ActiveX control using C++ in MS Visual Studio 2008. I created a new MFC ActiveX control project, but I don't see where to draw anything! The new project contains an about box and a property page, but there's no place I know of to put any visual elements that a user would see when he uses the control.
For example, let's say I want a dumb little control that contains a single text box. The control will have a single public function named ShowString() that will take a string argument and will display that argument in the text box. Where do I put the text box? Thank you very much. RobR
