VC6.0界面如何随窗口变化?在VC6.0之中怎样使界面随窗口变大变小,使界面占满整个窗口?[解决办法]RECT rect; GetWindowRect(GetDesktopWindow(),&rect); this-> MoveWindow(&rect);