AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

9 new GUI controls

 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
anonymous404
Guest





PostPosted: Sat Jul 31, 2010 1:03 pm    Post subject: 9 new GUI controls Reply with quote

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

PostPosted: Sat Jul 31, 2010 2:29 pm    Post subject: Reply with quote

Screenshot?
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
codybear



Joined: 15 Sep 2009
Posts: 560

PostPosted: Sat Jul 31, 2010 7:39 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
Z_Gecko
Guest





PostPosted: Sat Jul 31, 2010 7:43 pm    Post subject: Reply with quote

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
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group