G
Guest
I have an (ActiveX) UserControl hosted in MFC application. Because the
UserControl does not support main menu, which I need, I tried to host Form
directly, but MFC hosting (VC++ 6.0) reports a "Not Supported" exception
while attempting to set site. Does anyone know whether is possible to host
Form instead of UserControl? I have not found any differences in UserControl
and Form code (using Lutz Roeder's Reflector) that should have effect on
hosting behavior (both UserControl and Form are derived from
ContainerControl). Am I missing something important?
UserControl does not support main menu, which I need, I tried to host Form
directly, but MFC hosting (VC++ 6.0) reports a "Not Supported" exception
while attempting to set site. Does anyone know whether is possible to host
Form instead of UserControl? I have not found any differences in UserControl
and Form code (using Lutz Roeder's Reflector) that should have effect on
hosting behavior (both UserControl and Form are derived from
ContainerControl). Am I missing something important?