Home > Software engineering >  MFC interface problem
MFC interface problem

Time:03-23


MFC to achieve, please figure of configuration information within the red box to make the click on the button, click again to hide the style?
Specific how make, know the bosses can give directions?

CodePudding user response:

1. Your all controls the red box as a whole, use ShowWindow (SW_HIDE/SW_SHOW) hide, show their common parent window,
2. Using MoveWindow/SetWindowsPos () adjust window display area

CodePudding user response:

Consider "motor" "drawing" "parameter setting" do one page each can be individually, made the container TabCtrl space, and use it every time you switch the page

  • Related