test测试帖子
测试贴test测试帖子test测试帖子test测试帖子 测试贴test测试帖子test测试帖子test测试帖子haijie1223 发表于 2018-6-10 19:20
测试贴test测试帖子test测试帖子test测试帖子
测试贴test测试帖子test测试帖子test测试帖子
this's a test 不是说好三周吗。。。 449199199 发表于 2018-6-10 21:46
不是说好三周吗。。。
嗯,等原来的老域名转到我的管理账户下,很快就有三周的停摆期,不会让你失望的。 haijie1223 发表于 2018-6-10 21:57
嗯,等原来的老域名转到我的管理账户下,很快就有三周的停摆期,不会让你失望的。
什么意思?还会再停摆是吗? xzf680 发表于 2018-6-10 22:25
什么意思?还会再停摆是吗?
是的~{:face (72):} 可不可以不要停三周啊{:face (319):} 楼主过份了啊!
占了一楼 还占二楼
沙发都不给我们坐!
嘿嘿嘿{:face (229):} #include <Constants.au3>#include <WinAPI.au3>
#include <WindowsConstants.au3>
Example()
Func Example()
; Assign a Local variable the handle of the NotePad window
Local $hWnd = WinGetHandle("")
; If the window does not exists, display a message and return False.
If @error Then
MsgBox($MB_SYSTEMMODAL, "", "Notepad window not found.")
Return False
EndIf
; Assign a Local variable the style of the Notepad window.
Local $iStyle = _WinAPI_GetWindowLong($hWnd, $GWL_STYLE)
; Remove from the window style the MAXIMIZEBOX, MINIMIZEBOX and SIZEBOX styles.
$iStyle = BitXOR($iStyle, $WS_MAXIMIZEBOX, $WS_MINIMIZEBOX, $WS_SIZEBOX)
; Set the style of the window.
_WinAPI_SetWindowLong($hWnd, $GWL_STYLE, $iStyle)
; Apply the style
_WinAPI_SetWindowPos($hWnd, $HWND_TOP, 0, 0, 0, 0, BitOR($SWP_FRAMECHANGED, $SWP_NOMOVE, $SWP_NOSIZE))
EndFunc ;==>Example
测试贴test测试帖子test测试帖子test测试帖子 回帖赚金币
页:
[1]