Is it possibile by code resize a form to fullscreen? (like button Maximize) ?

// VAR Changed on 10 Jun 2013 at 12:17:41 by Fandy Xie
public void activate(boolean _active)
{
;
    super(_active);

    #define.SC_MAXIMIZE (61488)
    #define.WM_SYSCOMMAND (0x0112)

    WinAPI::SendMessage(element.hWnd(), #WM_SYSCOMMAND, #SC_MAXIMIZE, '');
}

 

 

 

相关文章:

  • 2022-12-23
  • 2021-10-20
  • 2022-02-25
  • 2021-11-19
  • 2022-01-05
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-22
  • 2022-01-21
  • 2021-07-07
  • 2021-06-25
  • 2021-08-07
  • 2022-12-23
  • 2021-09-15
相关资源
相似解决方案