我想根据是否显示statubar来调整CEDIT的高度,请问怎么触发OnSize呢?
当然不会触发窗体的onsize你可以自己调用下CRect rect;GetWIndowRect(&rect);OnSize(SIZE_RESTORED, rect.width, rect.height);