AutoHotkey Community

It is currently May 23rd, 2012, 6:15 am

All times are UTC [ DST ]


Search found 29 matches
Search these results:

Author Message

 Forum: Scripts   Topic: [Script] Volume - Using GDI+

Posted: May 13th, 2010, 11:58 am 

Replies: 12
Views: 1895


This is a very great script, though i changed my mind about the removing the part where the window appears when i touch the corner of the screen.

 Forum: Utilities   Topic: DAMN NFO Viewer - View .nfo files without extra fonts [GUI]

Posted: May 11th, 2010, 12:55 pm 

Replies: 17
Views: 2188


Anonymous wrote:
why take so much trouble?
just open the .nfo file using Notepad or Notepad++
or use total commander and press F3 (quick view)

I agree, i associate my NFO files with my Notepad2 and it doesnt causes any trouble watsoever, its easier that way too.

 Forum: Support   Topic: Multiple Timers?

Posted: May 11th, 2010, 12:37 pm 

Replies: 4
Views: 250


So 2 timers can be running at the same time?
Alright thanks.

 Forum: Support   Topic: Multiple Timers?

Posted: May 11th, 2010, 12:21 pm 

Replies: 4
Views: 250


Do i need those while and := commands as well? Can i do something like: ....some part in script.... SetTimer, DoThis, 5000 return ....another part in script.... SetTimer, DoThat, 10000 return ....script.... DoThis: Msgbox, Sample Message for DoThis. return DoThat: ....script.....

 Forum: Support   Topic: Multiple Timers?

 Post subject: Multiple Timers?
Posted: May 11th, 2010, 11:30 am 

Replies: 4
Views: 250


I forgot, whether if more than 1 timers can be active at the same time?

 Forum: Support   Topic: Auto screenshot?

Posted: May 10th, 2010, 2:34 pm 

Replies: 4
Views: 359


@Guest
I haven't tested it yet, but thanks for the tip.

 Forum: Scripts   Topic: [Script] Volume - Using GDI+

Posted: May 9th, 2010, 5:20 am 

Replies: 12
Views: 1895


How can i remove the part where the window appears when you move the mouse to the corner of the screen?

 Forum: Support   Topic: Auto screenshot?

Posted: May 9th, 2010, 4:54 am 

Replies: 4
Views: 359


Alright, so i did a search for "screenshot" (without the quotes) and i found some scripts that might do what i want.
But most of those scripts are runned via a hotkey, how can i make it run like every 10000ms via something like SetTimer?

 Forum: Support   Topic: Auto screenshot?

 Post subject: Auto screenshot?
Posted: May 8th, 2010, 7:37 pm 

Replies: 4
Views: 359


Well again i have returned and i want to ask,
Is it possible to let an ahk script automatically take a screenshot of the current screen and automatically save it to a jpg/png file when it is runned?

 Forum: Support   Topic: Sort of application protector.

Posted: July 3rd, 2009, 3:21 am 

Replies: 10
Views: 601


why doesn't anyone help me with this. <_<

 Forum: Support   Topic: Sort of application protector.

Posted: June 11th, 2009, 10:32 am 

Replies: 10
Views: 601


Emm? No response?

 Forum: Support   Topic: Sort of application protector.

Posted: June 11th, 2009, 8:58 am 

Replies: 10
Views: 601


jaco0646 wrote:
Use the Process command with either Exist or WaitClose.
Done that, no effect.

Anyr wrote:
DetectHiddenWindows

Finds titles in the tray.
Hmm, i haven't thought of that, are you sure that it and detect the titles in the tray? I will try it and see what happens.

Until then, anyone else with other solutions?

 Forum: Support   Topic: Sort of application protector.

Posted: June 10th, 2009, 12:48 pm 

Replies: 10
Views: 601


Use Ifwinexist to check periodically (i.e. via a Loop) if the applications are active or not. I tried that before, since most of the applications i want to protect are trayed. They do not have Window Titles so i tried to use thier descriptions, company names, guids, pids, all failed. Nothing happen...

 Forum: Support   Topic: Sort of application protector.

Posted: June 9th, 2009, 5:46 am 

Replies: 10
Views: 601


I guess i ask for a lot of stuff, now i need to know about this. How do i make it so that an ahk script that is made for this purpose, launches some applicaions of my choice, then if any of those applications exits or crashes for any reason, the computer automatically restarts. That includes the scr...

 Forum: Support   Topic: Display Battery Bar in a GUI

Posted: May 31st, 2009, 12:05 pm 

Replies: 1
Views: 342


I disabled the task bar icons due to personal reasons on the laptop, but i need to see the ammount of battery remaining. How do i make it show on a GUI?

Please respond.
Sort by:  
Page 1 of 2 [ Search found 29 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group