SendMessage(WM_CLOSE);
    //EndDialog(0);
    //DestroyWindow(); 
    //OnOK();
    
    
    //CloseWindow();
    //ShowWindow(SW_HIDE);

 

    // 去掉标题栏及其他样式
    SetWindowLong(this->m_hWnd,GWL_STYLE,0);

    // 去掉边框及其他样式
    SetWindowLong(this->m_hWnd,GWL_EXSTYLE,0);
    MoveWindow(0, 0, 850, 655);
    CenterWindow();

 

相关文章:

  • 2021-12-23
  • 2021-12-23
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-12-19
相关资源
相似解决方案