Skip to content

Instantly share code, notes, and snippets.

;========================================================================
;
; TreeView Browser
;
; Author: Pulover [Rodolfo U. Batista]
; rodolfoub@gmail.com
;
; Requires CreateTreeView.ahk (Thanks Learning one for this function)
; http://www.autohotkey.com/board/topic/92863-function-createtreeview/
;
;========================================================================
;
; Dynamic Function Tester
;
; Author: Pulover [Rodolfo U. Batista]
; rodolfoub@gmail.com
;
;========================================================================
; Number of Rows for each parameter and for result:
;=======================================================================================
;
; MouseExtras
;
; Author: Pulover [Rodolfo U. Batista]
; rodolfoub@gmail.com
;
; Assign Labels to Button Hold & Double Click
;=======================================================================================
/*
;=======================================================================================
;
; Function: CreateIconsDll
; Description: Creates an Icon Resources Dll from ico files in a folder.
;
; Author: Pulover [Rodolfo U. Batista] (rodolfoub@gmail.com)
; Credits: DllCreateEmpty() by SKAN
; ReplaceIcon() based on ReplaceAhkIcon() by fincs
;
;=======================================================================================
; Pulover's Clipboard History
#NoEnv
#SingleInstance force
#InstallKeybdHook
Menu, Tray, Add, Show Clipboard History, ShowHistory
Menu, Tray, Add, Options, Options
Menu, Tray, Add, Pause, PauseScript
Menu, Tray, Add, Exit, Exit
@Pulover
Pulover / Class_Properties.ahk
Last active December 20, 2015 04:39
Custom Properties Sheet control for AutoHotkey.
;=======================================================================================
;
; Class Properties
;
; Author: Pulover [Rodolfo U. Batista]
; rodolfoub@gmail.com
; AHK version: 1.1.11.00
; Release date: 24 July 2013
; Depends on: Class_Rebar <https://gist.github.com/Pulover/6003125>
;
@Pulover
Pulover / Rebar_Browser.ahk
Last active December 19, 2015 19:49
Test Browser prototype for testing Class_Rebar.ahk.
#NoEnv
#SingleInstance, Force
SetBatchLines, -1
Process, Priority,, High
#Include <Class_Toolbar> ; http://www.autohotkey.com/board/topic/94750-class-toolbar-create-and-modify
#Include <Class_Rebar>
Gui, +Resize
Gui, Add, Custom, ClassToolbarWindow32 hwndhToolbar x0 y0 h23 w500 0x0800 0x0100 0x0040 0x0008 0x0004
Gui, Add, Custom, ClassReBarWindow32 hwndhRebar gRB_Notifications 0x0200 0x0400 0x0040 0x8000