AutoHotkey Community

It is currently May 22nd, 2012, 1:51 pm

All times are UTC [ DST ]


Search found 19 matches
Search these results:

Author Message

 Forum: Scripts   Topic: WindowPad - window-moving tool

Posted: March 21st, 2012, 2:17 pm 

Replies: 336
Views: 171275


I'm trying to find out how I can exclude the Remote Desktop session in my second monitor from minimizing with winkey+d. Best method would be: - Minimize only windows on screen that has the mouse pointer / active window with winkey+d But other options would also work: - Minimize all but "Always ...

 Forum: Support   Topic: [AHK_L] HTTPQuery not working

Posted: February 9th, 2011, 8:33 pm 

Replies: 12
Views: 3061


I was including the dll in the wrong way, I got it working when including the dll correctly. Eventually decided to replace the httpQuery function file with httpQuery(byref Result, lpszUrl, POSTDATA="", HEADERS="") { WebRequest := ComObjCreate("WinHttp.WinHtt...

 Forum: Support   Topic: [AHK_L] HTTPQuery not working

Posted: February 8th, 2011, 9:33 pm 

Replies: 12
Views: 3061


I've hopefully fixed it now :D :!: requires AHK_L + AHK_H :!: and Struct() httpQuery(byref Result, lpszUrl, POSTDATA="", HEADERS="") { ; v0.3.5 (w) Sep, 8 2008 by Heresy & derRaphael / zLib-Style release ; updates Aug, 28 2008 ; currently the verbs showH...

 Forum: Support   Topic: Stop cursor at screen edge? Dual monitor help

Posted: November 11th, 2009, 11:46 am 

Replies: 29
Views: 3788


A little kick for other people looking for this:
http://www.donationcoder.com/Forums/bb/ ... pic=3144.0

has better solutions, including AHK code to clip the cursor instead of constantly moving it back x pixels.

I ended up using http://sourceforge.net/projects/ddmm/ (also in that thread)

 Forum: Scripts   Topic: URL Encoding Function

Posted: August 30th, 2009, 12:08 pm 

Replies: 5
Views: 3868


Related: URL_DONT_ESCAPE_EXTRA_INFO = 0x02000000 URL_DONT_SIMPLIFY = 0x08000000 URL_ESCAPE_PERCENT = 0x00001000 URL_ESCAPE_SEGMENT_ONLY = 0x00002000 URL_ESCAPE_SPACES_ONLY = 0x04000000 URL_ESCAPE_UNSAFE = 0x20000000 URL_INTERNAL_PATH = 0x00800000 URL_PARTFLAG_KEEPSCHEME = 0x00000001 URL_PLUGGABLE_P...

 Forum: Scripts   Topic: Volume OSD + Advances Winamp Controller

Posted: October 10th, 2008, 10:24 am 

Replies: 2
Views: 4010


I placed the files on the autohotkey.net fileserver. I don't know what happened to the old files when the new filemanager was introduced.

Maby I have the program at home somewhere.

 Forum: Support   Topic: ListView - Column with dates

Posted: October 2nd, 2008, 8:12 pm 

Replies: 19
Views: 1852


Is it possible to really hide a column, not only to set it to zero width? A good idea, but in my research of ListView I did not see any such capability. If you have any more ideas, please don't hesitate to post or send them. Those you've already posted have been very valuable. I would really love t...

 Forum: Suggestions   Topic: Natural sorting

Posted: October 2nd, 2008, 7:31 pm 

Replies: 21
Views: 3936


I just found out that listviews can have natural sorting:
http://www.autohotkey.com/docs/commands ... tm#Logical

I was looking for something else but found this instead :P

A DLL call to StrCmpLogicalW should be the solution to sorting other lists.

 Forum: Scripts   Topic: Move (multiple) rows in Listview

Posted: October 2nd, 2008, 8:31 am 

Replies: 3
Views: 2165


SoggyDog wrote:
Nice work.

Is that you on the homepage of Redhead Technology?
If you're talking about the girl. Than it isn't me :P

I am in one of the headers but my hair isn't that long.

 Forum: Scripts   Topic: Move (multiple) rows in Listview

Posted: October 1st, 2008, 9:22 pm 

Replies: 3
Views: 2165


I've written a function to move rows in a multiple-select listview. The selected rows don't have to be consecutive and they will jump from bottom to top (and top to bottom) moveFile(direction) { selectedCount := LV_GetCount("Selected") totalCount := LV_GetCount(...

 Forum: Suggestions   Topic: Natural sorting

Posted: September 17th, 2008, 9:46 am 

Replies: 21
Views: 3936


@joolee: I didn't understand why it is to complicate to use Sort MyVar,P8 N D`n That is absolute correct natural sorting as Skan shows you and me. Look at your random Music collection; <Artist> - <Album> - <Track> - <Title> And put multiple artists in the same folder. Or episode collections (my pro...

 Forum: Suggestions   Topic: Natural sorting

Posted: September 16th, 2008, 6:16 pm 

Replies: 21
Views: 3936


And now assume using: MyVar = Test - 12 - Bla`nTest - 13 - Bla`nTest - 4 - Bla`nTest - 8 - Bla`nTest - 14 - Bla`nTest - 5 - Bla`nTest - 6 - Bla`nTest - 7 - Bla`nTest - 1 - Bla`nTest - 10 - Bla`nTest - 11 - Bla`nTest - 2 - Bla`nTest - 3 - Bla`nTest - 9 - Bla`nTest - 15 - Bla Sort, MyVar MsgBox %MyVar...

 Forum: Suggestions   Topic: Natural sorting

 Post subject: Natural sorting
Posted: September 16th, 2008, 10:05 am 

Replies: 21
Views: 3936


I couldn't find any topics or information about this subject for Autohotkey. The sorting algoritme used by Autohotkey sorts by a so called "ASCIIbetical" order. I would like to sort a file list in a Natural order. Difference: Natural (Alphabetical, as used by all the regular File Explorers...

 Forum: Scripts   Topic: volume osd + winamp controlling from taskbar

Posted: August 12th, 2005, 6:53 pm 

Replies: 7
Views: 3052


changed a lot to the script
so i've made a new topic:
http://autohotkey.com/forum/viewtopic.php?t=4916

 Forum: Scripts   Topic: Volume OSD + Advances Winamp Controller

Posted: August 12th, 2005, 5:36 pm 

Replies: 2
Views: 4010


http://www.autohotkey.net/file/users/Members/joolee/media_Thumb.jpg >> Preview Image << >> The file (exe) >> The Script (ahk) >> Reset Settings (reg) The first time you run the script it asks for a defeult media folder, this is the folder you start in when you chose the winamp > open dir button it ...
Sort by:  
Page 1 of 2 [ Search found 19 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group