how to add buttons in activex control Titlebar
-
hi I have designed an activex control in vc++6.0.I wanna add maximize,minimize and close buttons in title bar.how to do that. help me please. Regards, Sunita
-
hi I have designed an activex control in vc++6.0.I wanna add maximize,minimize and close buttons in title bar.how to do that. help me please. Regards, Sunita
-
As I know, the windows styles that are responsible for this are:
WS_MAXIMIZEBOX
,WS_MINIMIZEBOX
andWS_SYSMENU
.thanks for ur reply. But i need to add hover buttons in title bar. I want to create my own buttons insted of WS_MAXIMIZEBOX, WS_MINIMIZEBOX. How to create own title bar and buttons in activex control Help me please. Regards, Sunita
-
thanks for ur reply. But i need to add hover buttons in title bar. I want to create my own buttons insted of WS_MAXIMIZEBOX, WS_MINIMIZEBOX. How to create own title bar and buttons in activex control Help me please. Regards, Sunita