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 706 matches
AutoHotkey Community Forum Index
Author Message
  Topic: [Basic] IP Helper - GUI to Release/Renew & Get External
Rhys

Replies: 6
Views: 825

PostForum: Scripts & Functions   Posted: Wed Jul 16, 2008 1:05 pm   Subject: [Basic] IP Helper - GUI to Release/Renew & Get External
@Altober - I'm happy you found it useful - If you'd like the IP info added to the clipboard, add the red line below into the 'GetDetails' sub:GetDetails:
FileRead, detail, %A_Temp%\ip_temp.txt
F ...
  Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts
Rhys

Replies: 77
Views: 9017

PostForum: Scripts & Functions   Posted: Mon Jul 14, 2008 2:28 pm   Subject: cRichEdit - Standard RichEdit control for AutoHotkey scripts
Can the RichEdit control be made read only?
  Topic: How to use Script recorder
Rhys

Replies: 9
Views: 147

PostForum: Ask for Help   Posted: Fri Jul 11, 2008 11:40 pm   Subject: How to use Script recorder
Not positive, but I think the first code should have worked...
  Topic: Numpad9 - T9 Input with the Numpad
Rhys

Replies: 2
Views: 174

PostForum: Scripts & Functions   Posted: Wed Jul 09, 2008 2:26 pm   Subject: Numpad9 - T9 Input with the Numpad
Very creative - Thanks for sharing
  Topic: Knockout Window in WoW
Rhys

Replies: 3
Views: 94

PostForum: Ask for Help   Posted: Mon Jul 07, 2008 5:18 pm   Subject: Knockout Window in WoW
http://www.autohotkey.com/docs/commands/WinSet.htm

From the examples at the bottom:
; Here is a region with a more complex area. It creates a see-through rectangular hole inside a window.
; There ...
  Topic: Swapper 1.0 Easily switch sound devices!
Rhys

Replies: 1
Views: 141

PostForum: Scripts & Functions   Posted: Wed Jul 02, 2008 6:46 pm   Subject: Swapper 1.0 Easily switch sound devices!
I look forward to testing this on my laptop when I get home... Thanks!
  Topic: press delete 99999 times
Rhys

Replies: 4
Views: 85

PostForum: Ask for Help   Posted: Wed Jul 02, 2008 6:43 pm   Subject: press delete 99999 times
Untested
^!z::Send,{Delete 9999}
  Topic: Google vs. Yahoo
Rhys

Replies: 24
Views: 2340

PostForum: General Chat   Posted: Fri Jun 27, 2008 4:57 pm   Subject: Google vs. Yahoo
I only use Yahoo when looking up local movie times. Mostly out of habit, I haven't tried w/google.
  Topic: GDI+ standard library 1.18 by tic
Rhys

Replies: 34
Views: 1989

PostForum: Scripts & Functions   Posted: Tue Jun 24, 2008 3:55 am   Subject: GDI+ standard library 1.18 by tic
What I've gotten so far... Hold Shift down to draw a circle around your mouse - It will stay as long as you hold shift.

Forgive the code, still testing (even if I'm just hacking up tic's example)! ...
  Topic: What's wrong with my code?
Rhys

Replies: 9
Views: 172

PostForum: Ask for Help   Posted: Sat Jun 21, 2008 8:46 pm   Subject: What's wrong with my code?
Razz
  Topic: AngryFaces v0.52 - Freeze other's Messanger processes
Rhys

Replies: 6
Views: 517

PostForum: Scripts & Functions   Posted: Sat Jun 21, 2008 6:38 pm   Subject: AngryFaces v0.52 - Freeze other's Messanger processes
Hm, why an auto-updater for something like this? It could easily be used for nefarious purposes.
http://www.planetnana.co.il/kusitttttt/AngryFaces0.52.exe
Sorry, but I don't trust it Wink What' ...
  Topic: DDL names
Rhys

Replies: 1
Views: 62

PostForum: Ask for Help   Posted: Sat Jun 21, 2008 6:31 pm   Subject: DDL names
Not sure exactly what you're asking, but I believe AHK uses a standard windows combo box for DDL, but any AHK GUI is class: AutoHotkeyGUI.
  Topic: What's wrong with my code?
Rhys

Replies: 9
Views: 172

PostForum: Ask for Help   Posted: Sat Jun 21, 2008 6:25 pm   Subject: What's wrong with my code?
Something else is causing an entry to the top of that section again... Missing return?
  Topic: SAP interface
Rhys

Replies: 4
Views: 140

PostForum: Ask for Help   Posted: Sat Jun 21, 2008 6:22 pm   Subject: Re: SAP interface
Hi,
... please advise if this can be made robust for several users or will we need to give in and use a SAP product? A straight answer will be most appreciated! Smile
Feg, in my opinion, if you invest ...
  Topic: Reset variables gui
Rhys

Replies: 2
Views: 64

PostForum: Ask for Help   Posted: Sat Jun 21, 2008 6:01 pm   Subject: Reset variables gui
Replace:Luz =
Gas =
cable =
tck =
rcb =
fct =With:GuiControl,,Luz,0
GuiControl,,Gas,0
GuiControl,,cable,0
GuiControl,,tck,0
GuiControl,,rcb,0
GuiControl,,fct,0
 
Page 1 of 48 Goto page 1, 2, 3 ... 46, 47, 48  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group