Toolbar in ActiveX Control
-
Is there is any way to attach a toolbar to an ActiveX control ? :sigh:
-
Is there is any way to attach a toolbar to an ActiveX control ? :sigh:
Hello Anand, I think this is not possible. You can do it if your activeX control gives any method to attach a toolbar to this control window. One more thing. I think you can develop your own control using the existing one(writing wrapper on the existing one) so that u can add the toolbar at the time of development. Any way, I am not quite sure. I hope these info will help you, Jahfer
-
Is there is any way to attach a toolbar to an ActiveX control ? :sigh:
SAMPLE: ColorFrm Demonstrates ActiveX Control with Popup Toolbar http://support.microsoft.com/default.aspx?scid=kb;en-us;166193[^] you can also create a dialog inside the control and place anything you want on ot. http://www.codeguru.com/Cpp/COM-Tech/activex/controls/article.php/c2615/[^] http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng Command what is yours Conquer what is not ---Kane
-
SAMPLE: ColorFrm Demonstrates ActiveX Control with Popup Toolbar http://support.microsoft.com/default.aspx?scid=kb;en-us;166193[^] you can also create a dialog inside the control and place anything you want on ot. http://www.codeguru.com/Cpp/COM-Tech/activex/controls/article.php/c2615/[^] http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng Command what is yours Conquer what is not ---Kane
i added the toolbar . but now i display a dialog box when double clicking on the activex control. it work fine. but when i touch the title bar to move the dialog box it hangs. please help me. :omg::sigh:
-
i added the toolbar . but now i display a dialog box when double clicking on the activex control. it work fine. but when i touch the title bar to move the dialog box it hangs. please help me. :omg::sigh:
try a modeless dialog with no title bar (Why you move the dialog in your ActiveX? It is a place holder for other controls.) http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng Command what is yours Conquer what is not ---Kane