waterctrl.dll

Discuss other useful utilities, general computing tips & tricks, Internet resources, etc.
tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

waterctrl.dll

06 Apr 2014, 00:40

Image
Class_WaterCtrl.ahk
Demo:

Code: Select all

#NoEnv
#SingleInstance Force
SetWorkingDir %A_ScriptDir%
SetBatchLines -1

#Include Class_WaterCtrl.ahk

Gui, Color, FAFAFA
Gui, Margin, 0, 10
Gui, +hwndhGui
	WaterCtrl.EnableWater(hGui, "ahk_logo.bmp")

Gui, Add, Text, x0 y111 w542 h111 hwndhText

Gui, Add, Button, x50 gSetWaterParent, SetWaterParent
Gui, Add, Button, x+50 gWaterBlob, WaterBlob
Gui, Add, Button, x+50 gFlattenWater, FlattenWater

Gui, Show,, WaterCtrl Demo
Return

SetWaterParent:
	WaterCtrl.SetWaterParent(hText)
Return

WaterBlob:
	WaterCtrl.WaterBlob(50, 50)
Return

FlattenWater:
	WaterCtrl.FlattenWater()
Return

GuiClose:
	WaterCtrl.Free()
ExitApp
:arrow: Download (Containing waterctrl.dll and demo files)
Last edited by tmplinshi on 29 Aug 2017, 19:54, edited 4 times in total.
Guest10
Posts: 578
Joined: 01 Oct 2013, 02:50

Re: waterctrl.dll

06 Apr 2014, 00:53

good stuff! any demos? :ugeek:
Last edited by Guest10 on 06 Apr 2014, 01:10, edited 1 time in total.
tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

Re: waterctrl.dll

06 Apr 2014, 00:58

Added.
User avatar
joedf
Posts: 8986
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: waterctrl.dll

06 Apr 2014, 01:57

DLL Sourcecode?
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

Re: waterctrl.dll

06 Apr 2014, 02:17

@joedf
The author didn't provide the source code.

Author's homepage
User avatar
joedf
Posts: 8986
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: waterctrl.dll

06 Apr 2014, 11:54

Oh well thanks for the homepage :)
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

Return to “Other Utilities & Resources”

Who is online

Users browsing this forum: No registered users and 20 guests