AutoHotkey Community

It is currently May 27th, 2012, 3:46 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: 9 new GUI controls
PostPosted: July 31st, 2010, 2:03 pm 
download the file and unzip and run newctrl.ahk

could those controls be implemented in ahk fully?

new controls link


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 31st, 2010, 3:29 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
Screenshot?

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 31st, 2010, 8:39 pm 
Offline

Joined: September 15th, 2009, 1:14 am
Posts: 562
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 31st, 2010, 8:43 pm 
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.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 19 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group