| Author |
Message |
Topic: COM [SOLVED] |
SomeGuy
Replies: 8
Views: 175
|
Forum: Ask for Help Posted: Sat May 17, 2008 8:51 pm Subject: COM [SOLVED] |
| yeah we're one and the same |
Topic: COM [SOLVED] |
SomeGuy
Replies: 8
Views: 175
|
Forum: Ask for Help Posted: Sat May 17, 2008 7:53 pm Subject: COM [SOLVED] |
Was checking it out......here is some snippets that should get you on your way........
Requires COM.ahk
;Open New Word
Word := com_CreateObject("Word.Application")
com_invok ... |
Topic: real expose clone |
SomeGuy
Replies: 242
Views: 18326
|
Forum: Scripts & Functions Posted: Wed May 14, 2008 5:31 am Subject: real expose clone |
i have my taskbar at the top of the screem auto-hiding and when in expose view it does not cover the normal taskbar area up (on the bottom of the screen)...very nice script though...
edit: just ... |
Topic: If var is [not] type - Add type:Hotkey |
SomeGuy
Replies: 2
Views: 147
|
Forum: Wish List Posted: Tue May 13, 2008 4:14 pm Subject: If var is [not] type - Add type:Hotkey |
you can check it yourself, Like this:
Hotkey = a
If !IsHotkeyValid(Hotkey)
MsgBox % Hotkey . " :`n`n" . HK_Error
Hotkey = Tab
If !IsHotkeyValid(Hotkey)
MsgBox % ... |
Topic: Ahk support in ctags. Teleport around in your code (done) |
SomeGuy
Replies: 23
Views: 2334
|
Forum: Scripts & Functions Posted: Thu May 08, 2008 5:35 pm Subject: Ahk support in ctags. Teleport around in your code (done) |
can you creating a plugin for SciTE , i am hoping for...
PhiLho has posted a lua script for doing what you want. |
Topic: AutoHotkey philosophy |
SomeGuy
Replies: 20
Views: 898
|
Forum: General Chat Posted: Thu May 08, 2008 4:30 pm Subject: AutoHotkey philosophy |
| There is a person that is working on a .NET version of autohotkey. |
Topic: about SciTE's Syntax highlighting |
SomeGuy
Replies: 1
Views: 115
|
Forum: Ask for Help Posted: Thu May 08, 2008 4:26 pm Subject: about SciTE's Syntax highlighting |
| you need the scilexer.dll from philho for it to work. |
Topic: AHK ignored in VMWare Fusion's Unity mode |
SomeGuy
Replies: 3
Views: 188
|
Forum: Ask for Help Posted: Wed May 07, 2008 7:29 pm Subject: Re: AHK ignored in VMWare Fusion's Unity mode |
I'm running Vista and AHK under VMWare Fusion on a Mac. When I run in windowed or full screen mode, AHK works flawlessly.
Can you share with us how you get it to work "flawlessly"?
I can ... |
Topic: how to use Pointer with Dllcall or Sendmessage? |
SomeGuy
Replies: 2
Views: 121
|
Forum: Ask for Help Posted: Fri May 02, 2008 10:00 pm Subject: how to use Pointer with Dllcall or Sendmessage? |
Var = blah
Pointer_to_Var := &Var
|
Topic: An Advanced Technique. |
SomeGuy
Replies: 89
Views: 32563
|
Forum: Scripts & Functions Posted: Fri May 02, 2008 9:10 pm Subject: An Advanced Technique. |
| there are windows media player scripts in the forum....you can get the list of messages (with examples) from one of them. |
Topic: Executing the AutoHotkey EXE file |
SomeGuy
Replies: 8
Views: 202
|
Forum: Ask for Help Posted: Fri May 02, 2008 5:35 pm Subject: Executing the AutoHotkey EXE file |
| lets see the code |
Topic: Cannot dragging |
SomeGuy
Replies: 3
Views: 128
|
Forum: Ask for Help Posted: Fri May 02, 2008 5:02 pm Subject: Cannot dragging |
| search for MouseClickDrag |
Topic: Drawing on screen |
SomeGuy
Replies: 15
Views: 408
|
Forum: Ask for Help Posted: Fri May 02, 2008 1:05 pm Subject: Drawing on screen |
here is my origional code.
http://www.autohotkey.com/forum/viewtopic.php?p=108873#108873 |
Topic: The Official size 1 thread |
SomeGuy
Replies: 14
Views: 409
|
Forum: General Chat Posted: Fri May 02, 2008 12:59 pm Subject: The Official size 1 thread |
Adde_P, you are taking things too far.
please give me a reason on why i should'nt delete this topic.
Because this is General Chat. |
Topic: Internet image on a GUI? |
SomeGuy
Replies: 5
Views: 178
|
Forum: Ask for Help Posted: Fri May 02, 2008 4:26 am Subject: Internet image on a GUI? |
| use urldownloadtofile first |
| |