PDA

View Full Version : ActiveX / VC++ Help Needed!


blacknick
01-24-2001, 09:22 AM
Okay, I have an activex control that encapsulates a dialog that I've created in the dialog editor. Because MFC doesn't have built in support for this, I have to rewrite some of the windows messaging stuff, but all works perfect. That is until I add any other activex objects to the control. Under win 2000, the whole control I am writing doesn't draw itself. Is there a function I need to overload so that richedit gets initialiazed and the control drawn? What am I missing?