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 

Search found 28 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Make F6 press "OK" on any message box
fogus

Replies: 5
Views: 172

PostForum: Ask for Help   Posted: Tue Apr 15, 2008 5:15 am   Subject: Make F6 press "OK" on any message box
I haven't English version
That's quite all right. Thanks for the info.

Did you use the AutoHotkey language to write this program?

Isn't there something like:
buttonpress, "OK"
Plea ...
  Topic: Make F6 press "OK" on any message box
fogus

Replies: 5
Views: 172

PostForum: Ask for Help   Posted: Tue Apr 15, 2008 4:23 am   Subject: Make F6 press "OK" on any message box
Basically, I would like to be able to press F6 (or some hotkey) press the OK button in a message box (if there is an OK button).

Example: there is a really annoying Outlook message that says " ...
  Topic: How to change brace colour in SciTE?
fogus

Replies: 1
Views: 289

PostForum: General Chat   Posted: Sat Apr 05, 2008 12:43 am   Subject: How to change brace colour in SciTE?
Hello all,

For those of you who don't want to read this whole thing, basically I want to colour my braces independently from other parts of my program.

Quick question for you guys (Version 1.72) ...
  Topic: Autodetecting long words
fogus

Replies: 3
Views: 151

PostForum: Ask for Help   Posted: Thu Oct 25, 2007 11:09 pm   Subject: Autodetecting long words
I have been using SCiTE with python code. I'll go check out PSPad.

Also, in scite, I have been having a tricky time defining my colour scheme for the various types of operators. Anyone know how t ...
  Topic: Autodetecting long words
fogus

Replies: 3
Views: 151

PostForum: Ask for Help   Posted: Thu Oct 25, 2007 6:31 pm   Subject: Autodetecting long words
Hi,

I have a need to create a script that monitors the long words that I type (say, 10 characters or more). I do a lot of programming now, and it would be much less of a hassle if my variable name ...
  Topic: Remap shift+space to underscore
fogus

Replies: 1
Views: 85

PostForum: Ask for Help   Posted: Fri Sep 14, 2007 10:16 pm   Subject: Remap shift+space to underscore
Hello,

My problem is that I would rather type shift+spacebar instead of shift+- to enter an underscore, since I use underscores for programming a lot these days. There doesn't seem to be a lot of ...
  Topic: Help me save my text
fogus

Replies: 11
Views: 452

PostForum: Ask for Help   Posted: Wed Jun 27, 2007 4:59 pm   Subject: Help me save my text
Visit http://www.safetycouncil.bc.ca/ for why firefox does not always work (hover mouse over the "courses" menu). I do generally use firefox and only pull up IE for ActiveX controls and oth ...
  Topic: Help me save my text
fogus

Replies: 11
Views: 452

PostForum: Ask for Help   Posted: Wed Jun 27, 2007 12:29 am   Subject: Help me save my text
That sounds great, although I am looking for something that would be application independent and would save to a text file rather than to some random system file. For example, I would like to be able ...
  Topic: Help me save my text
fogus

Replies: 11
Views: 452

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 8:14 pm   Subject: Help me save my text
I would like to make a program that would help me not loose what I write in a web forum if my computer crashes or web session times out. This happens a ton to my friends whose computers are not very ...
  Topic: #ifWinActive, ahk_class X or ahk_class Y <---not working
fogus

Replies: 7
Views: 194

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 7:41 pm   Subject: #ifWinActive, ahk_class X or ahk_class Y <---not working
Works. Thanks tons.

Still learning over here...
  Topic: #ifWinActive, ahk_class X or ahk_class Y <---not working
fogus

Replies: 7
Views: 194

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 7:26 pm   Subject: #ifWinActive, ahk_class X or ahk_class Y <---not working
Just did. Nothing happens. I think its waiting for a window called "explorer", rather than any of the windows in my group. What is the syntax for a group?
  Topic: #ifWinActive, ahk_class X or ahk_class Y <---not working
fogus

Replies: 7
Views: 194

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 6:46 pm   Subject: #ifWinActive, ahk_class X or ahk_class Y <---not working
So, would I do:


SetTitleMatchMode 2

;GROUPS
GroupAdd, explorer, AHK_CLASS ExploreWClass
GroupAdd, explorer, AHK_CLASS CabinetWClass

#ifWinActive, explorer


or would it be #ifGroupActi ...
  Topic: #ifWinActive, ahk_class X or ahk_class Y <---not working
fogus

Replies: 7
Views: 194

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 6:16 am   Subject: #ifWinActive, ahk_class X or ahk_class Y <---not working
I cannot find the syntax for this. Can someone please help me?

Sorry for being me.

~fogus
  Topic: Need help creating a trial version
fogus

Replies: 22
Views: 790

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 6:11 am   Subject: Need help creating a trial version
The only “hard to break” copy protection systems are those which require an internet connection and server side operations. An internet connection can be emulated by other forms of communication. Fo ...
  Topic: Error: A "return" must be encountered prior to thi
fogus

Replies: 7
Views: 310

PostForum: Ask for Help   Posted: Sun Jun 17, 2007 12:57 am   Subject: Error: A "return" must be encountered prior to thi
SetTitleMatchMode 2

return

















SetTitleMatchMode 2
return

::*scr::
Run, C:\Program Files\AutoHotkey\AutoScriptWriter\AutoScriptWriter.exe
Re ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group