How to reduce the client area in MFC window.
ATL / WTL / STL
1
Posts
1
Posters
5
Views
1
Watching
-
Hi I created an MFC Window and loading an Active X control on it. The size of the active x control is window height - 50 (say). So that the active x control will be loaded in center of the window. Now in main window, at bottom i am placing some buttons. When i press a button, there are some images that are loading in the active x control area. Now when i move vertical scroll bar on main window, the active x control is getting moved properly but it is overlapping my button so that buttons are getting hidden. May i know how to reduce the client area (rendering area) in MFC window such that i can place the buttons at non client area and active x control in client area. Thanks in advance.