 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
anonymous404 Guest
|
Posted: Sat Jul 31, 2010 1:03 pm Post subject: 9 new GUI controls |
|
|
download the file and unzip and run newctrl.ahk
could those controls be implemented in ahk fully?
new controls link |
|
| Back to top |
|
 |
SoLong&Thx4AllTheFish
Joined: 27 May 2007 Posts: 4999
|
|
| Back to top |
|
 |
codybear
Joined: 15 Sep 2009 Posts: 560
|
Posted: Sat Jul 31, 2010 7:39 pm Post subject: |
|
|
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 |
|
|
| Back to top |
|
 |
Z_Gecko Guest
|
Posted: Sat Jul 31, 2010 7:43 pm Post subject: |
|
|
well 7 of the 9 controls are already implemented,
either nativ or via function-library.
imho only the
"PureContainer1 in PureScrollArea1"-Control and the
"Edit1 in ComboBox1"-Control are new-to ahk.
and iŽm shure they could be produced with ahk, too.
without C++ Code youŽll probably need some MSDN-diving to find the neccesary functions and messages. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|