Skip to content

Instantly share code, notes, and snippets.

@maestrith
Created June 28, 2014 23:29
Show Gist options
  • Save maestrith/e5dec59dbbe43efbf6d4 to your computer and use it in GitHub Desktop.
Save maestrith/e5dec59dbbe43efbf6d4 to your computer and use it in GitHub Desktop.
Posted using AHK Studio
#SingleInstance,Force
SplitPath,A_AhkPath,,dir
url:="mk:@MSITStore:" dir "\AutoHotkey.chm::/docs/Objects.htm#Usage_Associative_Arrays"
Gui,+Resize
Gui,Add,ActiveX,w800 h500 vstuff hwndhwnd,explorer
Gui,show
stuff.navigate(url)
return
GuiClose:
ExitApp
Return
GuiSize:
WinMove,ahk_id%hwnd%,,0,0,%A_GuiWidth%,%A_GuiHeight%
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment