hugov wrote:
Screenshot?
I'm personally not going to run it, since it was posted anonymously.lol
In the file it has the following files
Code:
newctrls.dll
newctrls.ahk
newcontrols.pb
icon.ico
and the ahk file is this:
Code:
;newctrls
ListLines Off
SetBatchLines -1
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
gui,add,button,x-100 y-100,
gui,show,w720 h560,newcontrols
gui +lastfound +resize
hwnd := winexist()
StringTrimLeft, hwnd, hwnd,2
dllcall("newctrls.dll\CreateNewControls",str,hwnd,str,"icon.ico","cdecl int")
Return
GuiEscape:
GuiClose:
ExitApp