Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » CExtControlBar Problem (Docking DialogBar using ActiveX Controller) Collapse All
Subject Author Date
HyoJung Kim Dec 9, 2010 - 9:51 PM

Hello,


 


I’m making an ActiveX Controller into Internet Explorer.


It has a docking dialogbar.


Then, a docking dialogbar is still alive(show) when I click cross button(close button).


Please show my capture image.


What can I do.


Help me.


 


Technical Support Dec 10, 2010 - 8:34 AM

Please take a look at the FixedSizePanels sample application. You can find two resizable bars with IE controls inside there. Prof-UIS control bars are fully compatible with MFC based OLE control containers. We need to know more information about your project or take a look at its source code.

HyoJung Kim Dec 12, 2010 - 10:44 PM

Hello!


 


I’m appreciate of your help.


And I’m sorry that I cannot write English well.


 


I’m looking for FixedSizePanels sample application.


My ActiveX Controller(OCX) has a CExtControlBar-derived class.


If I use the tabbed bar group, then situation is occurred  as below capture image.


My Application(EXE) is working well.


ActiveX Controller(OCX) unable to hide window.


 


Thank you.


 


 


class CMyResizableInFixedModeBar : public CExtControlBar


{


  ......


 virtual bool _CanDockToTabbedContainers(

  CExtControlBar * pDestBar

  ) const

 {

       pDestBar;

       return true;

  }


  .......


};