Page 1 of 1

waterctrl.dll

Posted: 06 Apr 2014, 00:40
by tmplinshi
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)

Re: waterctrl.dll

Posted: 06 Apr 2014, 00:53
by Guest10
good stuff! any demos? :ugeek:

Re: waterctrl.dll

Posted: 06 Apr 2014, 00:58
by tmplinshi
Added.

Re: waterctrl.dll

Posted: 06 Apr 2014, 01:57
by joedf
DLL Sourcecode?

Re: waterctrl.dll

Posted: 06 Apr 2014, 02:17
by tmplinshi
@joedf
The author didn't provide the source code.

Author's homepage

Re: waterctrl.dll

Posted: 06 Apr 2014, 11:54
by joedf
Oh well thanks for the homepage :)