| Author |
Message |
Topic: NCHITTEST Full Throttled - basic Window manipulations |
heresy
Replies: 3
Views: 264
|
Forum: Scripts & Functions Posted: Wed Jul 23, 2008 12:18 pm Subject: NCHITTEST Full Throttled - basic Window manipulations |
Thanks for your feedback lilalurl
and yeah i've noticed that the HScroll / VScroll could be used as well but i couldn't have idea for that yet. it might be used as scrolling related feature as you sa ... |
Topic: Range() - Range of numbers and chars, borrowed from Python |
heresy
Replies: 3
Views: 262
|
Forum: Scripts & Functions Posted: Wed Jul 23, 2008 11:57 am Subject: Range() - Range of numbers and chars, borrowed from Python |
it's equivalent to Python's built-in function Range() except :
1) Python starts from 0 but it starts from 1 so Range(10) results differently
Python : 0.1,2,3,4,5,6,7,8,9
AutoHotkey : 1,2,3,4,5,6, ... |
Topic: NCHITTEST Full Throttled - basic Window manipulations |
heresy
Replies: 3
Views: 264
|
Forum: Scripts & Functions Posted: Tue Jul 22, 2008 3:31 pm Subject: NCHITTEST Full Throttled - basic Window manipulations |
http://img517.imageshack.us/img517/6416/nhtftek2.png
i just wanted to make something using WM_NCHITTEST.
if people finds it useful i might add Minimize to Tray feature later on the Minimize butto ... |
Topic: Easy WinAPI - WinAPI Parser, DllCall with single hotkey |
heresy
Replies: 10
Views: 857
|
Forum: Scripts & Functions Posted: Sat Jul 19, 2008 6:00 am Subject: Easy WinAPI - WinAPI Parser, DllCall with single hotkey |
Ooh. Definitely like this script! DllCalls have always been tricky for me... =x
Also, vote is yes. I hate having to set variable capacity
Thanks for your opinion Krogdor. i might add On/Off trig ... |
Topic: Run AHK scripts with less (half or even less) memory usage |
heresy
Replies: 11
Views: 1291
|
Forum: Scripts & Functions Posted: Sat Jul 19, 2008 5:57 am Subject: Run AHK scripts with less (half or even less) memory usage |
how do you recommend i use it for photoshop? if you're graphic designer and have excessive use of Photoshop. i'd not recommened to use it. Otherwise. call this function on Photoshop only once.
Nice ... |
Topic: Easy WinAPI - WinAPI Parser, DllCall with single hotkey |
heresy
Replies: 10
Views: 857
|
Forum: Scripts & Functions Posted: Sat Jul 19, 2008 5:52 am Subject: Easy WinAPI - WinAPI Parser, DllCall with single hotkey |
I vote Yes!
This is probably the best tool here on AHK imo.
With this script i can easily use the Windows API something i could now do before!
Thanks!!! Thank you Fry, i'm glad that it helped ... |
Topic: Help() - Get in-line help |
heresy
Replies: 0
Views: 99
|
Forum: Scripts & Functions Posted: Fri Jul 18, 2008 6:08 pm Subject: Help() - Get in-line help |
i'd like to recommend to use Help("Keys") ;keylists
Help("Vars") ;Built-in variables
Help("Mouse") ;Built-in Command, you don't have to type ful ... |
Topic: [StdLib] WININET Functions & UrlGetContents |
heresy
Replies: 9
Views: 472
|
Forum: Scripts & Functions Posted: Mon Jul 14, 2008 8:22 am Subject: [StdLib] WININET Functions & UrlGetContents |
Nice. it's time to wrap winsock too
Thanks for wrapping it ahklerner |
Topic: Run AHK scripts with less (half or even less) memory usage |
heresy
Replies: 11
Views: 1291
|
Forum: Scripts & Functions Posted: Mon Jul 14, 2008 8:20 am Subject: Run AHK scripts with less (half or even less) memory usage |
1. you need to specify target app's pid (process identifier) for function parameter
2. you need to wait for photoshop's startup loading to be completed
below code will work. but use it carefully a ... |
Topic: update!! [function] httpQuery to handle GET aswell as POST |
heresy
Replies: 20
Views: 772
|
Forum: Scripts & Functions Posted: Wed Jul 09, 2008 4:21 pm Subject: update!! [function] httpQuery to handle GET aswell as POST |
Getting first hit from google search.
looping the regex part will get the whole result
MsgBox % Google("AutoHotkey")
Google(Query){
Fp=1
StringReplace, ... |
Topic: update!! [function] httpQuery to handle GET aswell as POST |
heresy
Replies: 20
Views: 772
|
Forum: Scripts & Functions Posted: Wed Jul 09, 2008 10:28 am Subject: update!! [function] httpQuery to handle GET aswell as POST |
random xkcd comics getter
LButton : Drag GUI
LButton Double Click : change image
RButton : Exitapp
;WinXP+ & needs HttpQuery()
GetPic()
OnMessage(0x203, "GetP ... |
Topic: Easy WinAPI - WinAPI Parser, DllCall with single hotkey |
heresy
Replies: 10
Views: 857
|
Forum: Scripts & Functions Posted: Wed Jul 09, 2008 9:38 am Subject: Easy WinAPI - WinAPI Parser, DllCall with single hotkey |
@majkinetor
Thanks for the clarification majkinetor.
@Everyone
i've added a poll to decide adding prior VarSetCapacity() or not for the case that the DllCall requires pointer to return something. ... |
Topic: Common Words List needed |
heresy
Replies: 6
Views: 210
|
Forum: Utilities & Resources Posted: Wed Jul 09, 2008 8:51 am Subject: Common Words List needed |
http://www.google.com/search?q=common+english+word+list
1st hit - [url=http://esl.about.com/library/vocabulary/bl1000_list1.htm]Vocabulary Workshop: 1000 Most Common Words in English
2nd hit - T ... |
Topic: how to check whether any control or menu is enabled or disab |
heresy
Replies: 4
Views: 78
|
Forum: Ask for Help Posted: Wed Jul 09, 2008 8:40 am Subject: how to check whether any control or menu is enabled or disab |
| Menu is not 'Control', Use [url=http://www.autohotkey.com/forum/viewtopic.php?t=33435#206179]GetMenuItemEnabled() by Mustang |
Topic: Easy WinAPI - WinAPI Parser, DllCall with single hotkey |
heresy
Replies: 10
Views: 857
|
Forum: Scripts & Functions Posted: Tue Jul 08, 2008 1:54 pm Subject: Easy WinAPI - WinAPI Parser, DllCall with single hotkey |
| Maybe this will help me understand Dllcalls etc...Basically, understanding Dllcall/WinAPI needs knowledge of C/C++. i spend about 3 months to understand Dllcall and WinAPI without C/C++ knowledges whi ... |
| |