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 676 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Q: Laserbeam
tidbit

Replies: 3
Views: 109

PostForum: Ask for Help   Posted: Fri Mar 19, 2010 11:10 pm   Subject: Q: Laserbeam
to draw a line (lets say a red laser beam) you should use GDI+.
it's a bit confusing, so good luck Smile (don't ask me, i never tried it).
  Topic: [HotShow 1.0] - OSD Hotkeys for Video Tutorials
tidbit

Replies: 2
Views: 140

PostForum: Scripts & Functions   Posted: Fri Mar 19, 2010 3:01 am   Subject: [HotShow 1.0] - OSD Hotkeys for Video Tutorials
quite handy :_)

you know my suggestions, but here they are again:
F1-F12 support
numberpad support
Mouse support
Popup at mouse (offset a bit) instead of fixed position.
better update system ( ...
  Topic: 14-03-yyyy --> Laszlo-Day !
tidbit

Replies: 8
Views: 257

PostForum: General Chat   Posted: Mon Mar 15, 2010 3:27 am   Subject: 14-03-yyyy --> Laszlo-Day !
dang!
i wanted to generate 10,000,000 digits of of Pi with Laszlos functions above, but it takes forever on my machine!
I left my pc on for a few hours while I went out and it's wasn't done when I g ...
  Topic: 14-03-yyyy --> Laszlo-Day !
tidbit

Replies: 8
Views: 257

PostForum: General Chat   Posted: Sun Mar 14, 2010 6:04 pm   Subject: 14-03-yyyy --> Laszlo-Day !
nice.
i was going to post the link to 1,000,000 + digits of pi, but decided to go with 1,000.
  Topic: 14-03-yyyy --> Laszlo-Day !
tidbit

Replies: 8
Views: 257

PostForum: General Chat   Posted: Sun Mar 14, 2010 4:51 pm   Subject: 14-03-yyyy --> Laszlo-Day !
http://www.eveandersson.com/pi/digits/1000
  Topic: Which one is better? AMD or Intel
tidbit

Replies: 13
Views: 228

PostForum: General Chat   Posted: Thu Mar 11, 2010 8:08 pm   Subject: Which one is better? AMD or Intel
I myself would go with Nvidia graphics card (512 mb is fine) and Intel chip (atleast dual core, 2.0GHZ). in modern days, i would also think 2+GB RAM would be decent.
I dunno how much you game or work ...
  Topic: AHK Web Browser? Is it possible?
tidbit

Replies: 45
Views: 1710

PostForum: General Chat   Posted: Thu Mar 11, 2010 5:13 am   Subject: AHK Web Browser? Is it possible?
I think he's just another Open Source, Microsoft bashing, Extremist. *sigh*
  Topic: Capture text
tidbit

Replies: 23
Views: 502

PostForum: Ask for Help   Posted: Fri Mar 05, 2010 6:42 pm   Subject: Capture text
!c::
MouseGetPos,,,win, cont
ControlGetText, Clipboard, %cont%, ahk_id %win%
Return
press alt+c to copy the text of the control under the mouse to the clipboard.

with my testin ...
  Topic: Capture text
tidbit

Replies: 23
Views: 502

PostForum: Ask for Help   Posted: Fri Mar 05, 2010 5:09 pm   Subject: Capture text
this gets the text from most controls under the mouse.
press alt+c.
!c::
MouseGetPos,,,win, cont
ControlGetText, text, %cont%, ahk_id %win%
Return
  Topic: Insert 6 zeros or 9 zeros with an m or b after a number
tidbit

Replies: 7
Views: 150

PostForum: Ask for Help   Posted: Fri Mar 05, 2010 5:07 am   Subject: Insert 6 zeros or 9 zeros with an m or b after a number

...
;looping to save code as taught by my teachers :)
you used 15 lines. (not counting blanks)
11 lines:#m:: ;<-- note the hash?
loop 2
Gosub tz
return

#b: ...
  Topic: InStr() enchancements
tidbit

Replies: 12
Views: 486

PostForum: Wish List   Posted: Tue Mar 02, 2010 11:31 pm   Subject: InStr() enchancements
i can't believe i'm wasting my 666'th post on this (actually my 667's but some mod deleted my other one...)

I was peer-pressured to agree with infogulch. sooo
+1
  Topic: Case/Switch + If xxx And xxx
tidbit

Replies: 8
Views: 143

PostForum: Ask for Help   Posted: Sun Feb 21, 2010 5:45 pm   Subject: Case/Switch + If xxx And xxx
if ()
...
the () make it an expression.
strings inside expressions need to be quoted.
if (blah == "blue")
if (blah = "blue")
if (car=12 && blah == ...
  Topic: Case/Switch + If xxx And xxx
tidbit

Replies: 8
Views: 143

PostForum: Ask for Help   Posted: Sun Feb 21, 2010 5:22 pm   Subject: Case/Switch + If xxx And xxx
you know that you are aloud to try code BEFORE asking if it will work Wink.
a=6
b=4
if (a > 2 and b < 5) ; you may use &, &&, and, |, || , or
{
msgbox
run, n ...
  Topic: [solved]The & character will not be written by GuiContro
tidbit

Replies: 5
Views: 192

PostForum: Bug Reports   Posted: Sun Feb 21, 2010 5:01 pm   Subject: [solved]The & character will not be written by GuiContro
yeah, whoops. you are supposed to use &&.
one of those lame exceptions like "".

Certain controls may contain an ampersand (&) to create a keyboard shortcut, which might be di ...
  Topic: [solved]The & character will not be written by GuiContro
tidbit

Replies: 5
Views: 192

PostForum: Bug Reports   Posted: Sun Feb 21, 2010 4:47 pm   Subject: [solved]The & character will not be written by GuiContro
& makes the fallowing letter a hotkey.
notice the _ ?
notice in many apps, some specific letter is underlined on most buttons|menus? it makes it a hotkey.

to avoid this, 'escape' it. use the ...
 
Page 1 of 46 Goto page 1, 2, 3 ... 44, 45, 46  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group