摘要:
1.定义一个CRect保存启动后窗口大小。m_rect2.在OninitDialog事件里写下如下代码 GetWindowRect(&m_rect); WINDOWPLACEMENT wp; wp.length=sizeof(WINDOWPLACEMENT); wp.flags=WPF_RESTORETOMAXIMIZED; wp.showCmd=SW_HIDE; SetWindo... 阅读全文
posted @ 2010-03-05 15:24
Likwo
阅读(4493)
评论(0)
推荐(1)