Transparent Button
Toggle Button
FooButton
RotStatic
GradientStatic
2dstatic
Wall Clock Control
Pie Control
RTF-Edit
AMSEdit
ColorPicker
HTML Control
Progress control
| nRC | NULL: There was an error <>NULL: Everything was ok |
| filename | you can specify the filename of a dll. The resources of the dll are read. You can use the numbers of the icons and bitmaps for the controls |
| nRC | NULL: There was an error <>NULL: Everything was ok |
| Handle of the AHK-window. | We need this to send a notification to the mainwnd if a button was pressed (OnMessage). To retrieve the handle, use: DetectHiddenWindows On MainHWND := WinExist(A_ScriptFullPath . " ahk_class AutoHotkey") | hDLGWND | Handle to the dialog. (WinGet, HWND, ID, this is a unique title) | hModule | Handle to this dll. (hModule := DllCall("LoadLibrary", "str", HomePath)) |
| nRC | NULL: There was an error <>NULL: Everything was ok |
| nRC | NULL: There was an error <>NULL: Everything was ok |
| Handle to a window | Destroy that window, if it's a control that was created by this dll. |