txxdhnt 发表于 2012-9-17 17:27:42

好东西,留个位置,以后需要了好找,嘿嘿

chishingchan 发表于 2012-9-26 17:52:05

这个在我电脑里运行出错!请楼主检查一下是什么原因,谢谢!#Include <WinAPI.au3>
#Include <WinAPIEx.au3>
#Include <WindowsConstants.au3>

$hForm = GUICreate('无控制菜单',Default,Default,Default,Default, BitOR($WS_CAPTION, $WS_POPUP, $WS_SYSMENU), $WS_EX_DLGMODALFRAME)
_WinAPI_DestroyIcon(_WinAPI_GetClassLongEx($hForm, $GCL_HICON))
_WinAPI_SetClassLongEx($hForm, $GCL_HICON, 0)
_WinAPI_SetClassLongEx($hForm, $GCL_HICONSM, 0)
GUISetState()

Do
Until GUIGetMsg() = -3

风行者 发表于 2012-9-26 19:07:49

回复 94# chishingchan

定义下常量就可以
Global Const $GCL_HICON = -14
Global Const $GCL_HICONSM = -34

kc098829 发表于 2012-10-10 00:48:49

先收下了,好用唷!!{:face (84):}

oo2010 发表于 2012-10-10 10:30:28

好东西!!!!!

hejingcai 发表于 2012-11-16 13:49:32

绝对是好东西

bnuzjm 发表于 2013-8-3 16:16:47

这个一定要收藏了~~~

pccp 发表于 2013-8-3 16:43:50

分解动作,一目了然。

lsb968 发表于 2013-8-12 18:35:54

留名收集资料

xieqingx 发表于 2013-8-27 11:51:34

好贴{:face (356):}

网络书生 发表于 2013-9-15 20:00:23

收藏了,真实用

9988660000 发表于 2014-1-9 14:40:49

不错,以后学习,图很直观。

bingshen2014 发表于 2014-1-11 13:26:28

好东西,抢个沙发,谢谢,辛苦了。

东风破 发表于 2014-1-14 10:32:24

哈哈哈,好着呢。想不到那么久以前都有人做个总结啦。

hollandmfq 发表于 2014-3-14 19:44:47

雷锋精神传天下!
页: 1 2 3 4 5 6 [7] 8 9
查看完整版本: 窗口标题样式例子