Resizing Controls in MFC

前端 未结 8 1976
萌比男神i
萌比男神i 2021-01-11 10:26

I am writing a program which has two panes (via CSplitter), however I am having problems figuring out out to resize the controls in each frame. For simplicity,

8条回答
  •  旧巷少年郎
    2021-01-11 10:37

    SetWindowPos is a little heavy duty for this purpose. MoveWindow has just what is needed.

提交回复
热议问题