kangtachen
发表于 2010-3-17 14:18:26
谢谢分享,有需要的时候再来看
My2009
发表于 2010-3-25 19:15:11
顶个先,不错的好东东!!!!
chenzhi1210
发表于 2010-5-4 09:05:36
好东西,收藏!感谢楼主了!
wuweixian
发表于 2010-6-29 14:49:56
{:face (317):}
newuser
发表于 2010-6-29 16:33:37
回复 1# 卫和谐
顶并收藏!
wuweixian
发表于 2010-6-29 19:01:51
Func _WinAPI_CreateFont($nHeight, $nWidth, $nEscape = 0, $nOrientn = 0, $fnWeight = $__WINAPICONSTANT_FW_NORMAL, $bItalic = False, $bUnderline = False, $bStrikeout = False, $nCharset = $__WINAPICONSTANT_DEFAULT_CHARSET, $nOutputPrec = $__WINAPICONSTANT_OUT_DEFAULT_PRECIS, $nClipPrec = $__WINAPICONSTANT_CLIP_DEFAULT_PRECIS, $nQuality = $__WINAPICONSTANT_DEFAULT_QUALITY, $nPitch = 0, $szFace = 'Arial')
Local $aResult = DllCall("gdi32.dll", "handle", "CreateFontW", "int", $nHeight, "int", $nWidth, "int", $nEscape, "int", $nOrientn, _
"int", $fnWeight, "dword", $bItalic, "dword", $bUnderline, "dword", $bStrikeout, "dword", $nCharset, "dword", $nOutputPrec, _
"dword", $nClipPrec, "dword", $nQuality, "dword", $nPitch, "wstr", $szFace)
If @error Then Return SetError(@error, @extended, 0)
Return $aResult
EndFunc ;==>_WinAPI_CreateFont
nxlm
发表于 2010-7-15 20:57:36
记号,备用
78391493
发表于 2010-7-16 18:25:56
很不全面少了一大堆
teaterr
发表于 2010-8-11 09:38:28
mark
会很有用啊
风行者
发表于 2010-8-11 10:18:59
收藏备用,顶了
yyotan
发表于 2010-8-12 13:15:55
好文章!!
liufenglg
发表于 2010-8-13 16:04:34
好多啊,不知道哪个要用
zzz867
发表于 2010-8-16 16:47:11
非常好的东西,等到晚上10点注册值!
zzz867
发表于 2010-8-23 15:10:10
这个一定要看
xjdjpbp
发表于 2010-8-23 15:16:48
真是不錯的東西
不過我有一點好奇,是怎樣知道動態函式庫裡面到底有什麼樣的函數呢?
用au3不知道能不能做出一個攝取的函式的程式
{:face (461):}