AutoHotkey Community

It is currently May 22nd, 2012, 12:48 pm

All times are UTC [ DST ]


Search found 68 matches
Search these results:

Author Message

 Forum: Support   Topic: Just tried AHK again

 Post subject: Just tried AHK again
Posted: February 29th, 2012, 5:49 pm 

Replies: 4
Views: 109


I know I totally screwed this up but this is a code I made for a formula at work and I can't fix it until I get home. I have no way to send it to myself so just ignore this post if you want. Otherwise, you can critque my slapped together script that I did without documentation from memory. Inputbox,...

 Forum: Support   Topic: Locking a txt file

Posted: March 7th, 2011, 5:20 pm 

Replies: 4
Views: 294


This is what I've got so far. Unfortunately, it will only execute once correctly after which the txt file is accessible as normal. What am I missing/am I doing this the hard way? #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% #NoTrayIcon #Persistent ifWinNotExist, Passwords for stuff I don't use ...

 Forum: Support   Topic: Locking a txt file

 Post subject: Locking a txt file
Posted: March 7th, 2011, 4:31 pm 

Replies: 4
Views: 294


Hey, is there an ahk way to password protect a .txt file?

 Forum: Offtopic   Topic: Where do you live?

 Post subject: Re: Where do you live?
Posted: December 23rd, 2010, 11:12 pm 

Replies: 29
Views: 1499


Jeremiah wrote:

Fargo, ND - USA
Age - 25


My hometown!

22 and currently in the Twin Cities, Minnesota.

 Forum: Support   Topic: Why this doesnt work if #IfWinActive is present

Posted: November 5th, 2010, 8:25 pm 

Replies: 4
Views: 235


You have to end the #IfWinActive. Like this:

Code:
#IfWinActive, Google Earth, ahk_class QWidget
;code goes here
#IfWinActive

 Forum: Offtopic   Topic: Recently in this forum...

Posted: October 27th, 2010, 9:05 pm 

Replies: 11
Views: 604


Wouldn't it be a better idea to actually pm a mod or admin instaed of bitching about it in the GC?

 Forum: Offtopic   Topic: Thank you for the tool

Posted: October 26th, 2010, 11:00 pm 

Replies: 15
Views: 5623


I'm Necro'ing this thread because I would love to make a donation. I've made money at my office using AHK, its only fair that its creator gets some too. I'm just wondering if this paypal link is still good.

 Forum: Offtopic   Topic: Which AutoHotkey you prefer to use ?

Posted: October 25th, 2010, 10:17 pm 

Replies: 230
Views: 12328


URLDownloadtoFile doesn't work.

Quote:
Navigation to the webpage was canceled

What you can try:
Retype the address.


is what I get when I open the help file.

 Forum: Offtopic   Topic: Which AutoHotkey you prefer to use ?

Posted: October 25th, 2010, 9:24 pm 

Replies: 230
Views: 12328


a4u wrote:
right-click, properties, unblock


No unblock option. Corporate firewall may be to blame.

 Forum: Offtopic   Topic: Which AutoHotkey you prefer to use ?

Posted: October 25th, 2010, 9:14 pm 

Replies: 230
Views: 12328


ruespe wrote:
Erra wrote:
Basically, the help file was the game changer for me. Where is AHK_L's?
It's here: http://www.autohotkey.net/~Lexikos/Auto ... Hotkey.chm


This doesn't appear to be working...

 Forum: Offtopic   Topic: Which AutoHotkey you prefer to use ?

Posted: October 25th, 2010, 8:44 pm 

Replies: 230
Views: 12328


Sup. Been learning AHK for about half a year with absolutely no programming experience. The best part about is was the AMAZING documentation and the super helpful forum community. I know we could easily have the helpful forum community, but does AHK_L have that kind of awesome documentation that I c...

 Forum: Announcements   Topic: My status and website changes

Posted: October 25th, 2010, 8:35 pm 

Replies: 88
Views: 17031


Never programmed once in my life. I was working in the office one day, copying the same note from a Word doc and pasting it in a database 1000 times over, and I thought "Man, there HAS to be a way to automate this or make it simpler." So I started googling and found a lot of resources, som...

 Forum: Support   Topic: detect cursor position x y

Posted: October 25th, 2010, 6:59 pm 

Replies: 10
Views: 1393


MouseGetPos

But you'll have to look it up to learn how to use it yourself.

 Forum: Support   Topic: Minimise ALL Windows at once

Posted: October 25th, 2010, 6:55 pm 

Replies: 5
Views: 267


Look into
Code:
GroupAdd, All Windows
in the documentation.

 Forum: Support   Topic: Pulling Information from a secure webpage HTTPS

Posted: October 13th, 2010, 8:22 pm 

Replies: 5
Views: 149


Thanks for trying, your advice would be really helpful if it weren't a protected webpage.

Probably going to have to finally learn COM.
Sort by:  
Page 1 of 5 [ Search found 68 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group