| Author |
Message |
Topic: Some cool podcasts you may like |
menaphus
Replies: 6
Views: 235
|
Forum: General Chat Posted: Tue Jan 17, 2012 5:47 pm Subject: Some cool podcasts you may like |
calm down tidbit and numda, it's not like I'm spamming the forum with links, moreover I wasn't even aware people downloaded podcasts directly to their mobile devices these days!
Interesting, thank ... |
Topic: Some cool podcasts you may like |
menaphus
Replies: 6
Views: 235
|
Forum: General Chat Posted: Mon Jan 16, 2012 9:51 pm Subject: Some cool podcasts you may like |
Does anybody else on here listen to podcasts or radio programs? Personally my favorite topic is science and often listen on my daily bus journeys.
Here's one I listen to: http://moourl.com/1vuwm
i ... |
Topic: Social Networking app |
menaphus
Replies: 0
Views: 191
|
Forum: Scripts & Functions Posted: Sat Jan 14, 2012 11:07 pm Subject: Social Networking app |
| A small script for social networkers that tend to have their facebook and twitter open while watching TV or gaming, it opens Twitter and Facebook in the same creen so that you can see them both at the ... |
Topic: Has anybody used AdFly? |
menaphus
Replies: 3
Views: 198
|
Forum: General Chat Posted: Sat Jan 14, 2012 9:37 pm Subject: Has anybody used AdFly? |
| Has anybody used AdFly before? any info? |
Topic: Embedding webpage in a window |
menaphus
Replies: 2
Views: 69
|
Forum: Ask for Help Posted: Sat Jan 14, 2012 3:25 pm Subject: Embedding webpage in a window |
There are several ways to do this. The easiest is to use COM:Gui Add, ActiveX, w800 h600 vIE, Shell.Explorer
IE.Navigate("http://www.autohotkey.com/forum")
Gui Show(requires AH ... |
Topic: Embedding webpage in a window |
menaphus
Replies: 2
Views: 69
|
Forum: Ask for Help Posted: Sat Jan 14, 2012 1:56 pm Subject: Embedding webpage in a window |
| How can I embed a webpage into an ahk generated window? |
Topic: A useful free computer program and app download site |
menaphus
Replies: 6
Views: 352
|
Forum: General Chat Posted: Sat Jan 14, 2012 11:35 am Subject: A useful free computer program and app download site |
| thankyou for your suggestion, I will definitely look into it |
Topic: Twitter/facebook login |
menaphus
Replies: 0
Views: 63
|
Forum: Ask for Help Posted: Thu Jan 12, 2012 11:40 pm Subject: Twitter/facebook login |
I'm currently working on a clean compact simplified twitter/facbook app for windows which has a tab for each and shows the last couple posts on your homepage
how would I go about making a script to ... |
Topic: A useful free computer program and app download site |
menaphus
Replies: 6
Views: 352
|
Forum: General Chat Posted: Thu Jan 12, 2012 11:17 pm Subject: A useful free computer program and app download site |
Interesting site idea sumon, I like the colour scheme
I was thinking of making my own and gathering others, making as many of my own as possible though to avoid asking many people if I can use thei ... |
Topic: A useful free computer program and app download site |
menaphus
Replies: 6
Views: 352
|
Forum: General Chat Posted: Thu Jan 12, 2012 10:28 pm Subject: A useful free computer program and app download site |
does anybody have any ideas for programs to make or "apps" that people might think "oo, that sounds interesting" and download?
also does anybody know of a site that I can use to ... |
Topic: FIFA 11 |
menaphus
Replies: 11
Views: 215
|
Forum: Ask for Help Posted: Fri Aug 19, 2011 11:47 pm Subject: FIFA 11 |
or ofcourse if that doesn't work you could try this one with small sleeps inbetween lines
F12::
{
Send {Shift Down}
Sleep 60
Send 123
Sleep 60
Send {Shift Up} ... |
Topic: FIFA 11 |
menaphus
Replies: 11
Views: 215
|
Forum: Ask for Help Posted: Fri Aug 19, 2011 11:46 pm Subject: FIFA 11 |
Hello, try this
F12::
{
Send {Shift Down}
Send 123
Send {Shift Up}
}
press F12 to send the keys |
Topic: A_Index inside two loop's? |
menaphus
Replies: 5
Views: 405
|
Forum: Ask for Help Posted: Sun Mar 22, 2009 12:39 am Subject: A_Index inside two loop's? |
Wouldnt that be the same as
Loop, 9
{
test = A_Index
}
also have you tryed returning the value of test yourself? |
Topic: How to disable a hotkey/replace text in a script?? |
menaphus
Replies: 2
Views: 317
|
Forum: Ask for Help Posted: Sat Mar 21, 2009 9:48 pm Subject: How to disable a hotkey/replace text in a script?? |
| Hey im working on a program for expanding abbreviations ( e.i. "brb" into "br right back" ), I only want these to work in certain windows and so I was wondering if there is a way t ... |
Topic: Newb asking, a simple loop |
menaphus
Replies: 3
Views: 309
|
Forum: Ask for Help Posted: Sat Mar 21, 2009 2:57 pm Subject: Newb asking, a simple loop |
!x::
Loop, 50
{
Send, 2
Sleep, 3000
}
Return
;you need to press Alt + x to send the code
or remove the first line to have it work without the need of a button press |
| |