프로그래밍/Archive

    Class_CustomFont - Load font from font file

    Class_CustomFont - Load font from font file

    Language : AutoHotkey L Author : tmplinshi Function : allows you to load font from a font file, without needed installed to system Source : http://ahkscript.org/boards/viewtopic.php?f=6&t=813 Library Examples

    MacAddress Fetch

    MacAddress Fetch

    Language : AutoHotkey L Author : jNizM Function : Fetchs mac addr, 맥주소를 가져온다. Source : http://ahkscript.org/boards/viewtopic.php?p=199#p199 for objItem in ComObjGet("winmgmts:\\.\root\CIMV2").ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled = TRUE") MsgBox, % "MAC-Address:`t" objItem.MACAddress

    Scrollable image list

    Scrollable image list

    Language : AutoHotkey L Author : Sjc1000 Function : puts an image list control in your GUI ( can be any GUI and size etc. ). It uses MSHTML and embeds a website into the GUI with images. It supports .gifs and alpha channel. Source : http://ahkscript.org/boards/viewtopic.php?f=6&t=1277# Library 라이브러리

    SetHoverText - Change control's text on mouseover

    SetHoverText - Change control's text on mouseover

    Language : AutoHotkey L Author : tmplinshi Function : Change control's text on mouseover Source : http://ahkscript.org/boards/viewtopic.php?f=6&t=1767 라이브러리 Library