The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WS_BORDER
#1
Use SetWindowLong, then force window to repaint. Removing border also removes caption.

Code:
Copy      Help
int h=win("Notepad")
SetWindowLong(h GWL_STYLE GetWindowLong(h GWL_STYLE)~(WS_BORDER|WS_DLGFRAME|WS_THICKFRAME))
siz 200 200 h


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)