可以将代码添加到初始化程序中:
(比如设置成640*480)
   CRect   temprect(0,0,640,480);   
   CWnd::SetWindowPos(NULL,0,0,temprect.Width(),temprect.Height(),SWP_NOZORDER|SWP_NOMOVE);

相关文章:

  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-10-03
  • 2021-05-22
  • 2021-07-19
猜你喜欢
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2021-08-29
  • 2021-10-21
相关资源
相似解决方案