AutoHotkey Community

It is currently May 23rd, 2012, 9:55 pm

All times are UTC [ DST ]


Search found 22 matches
Search these results:

Author Message

 Forum: Support   Topic: Getting information from VLC

Posted: November 28th, 2009, 6:28 am 

Replies: 2
Views: 366


I have read and reread that thread 3 times now. All I can say is my head hurts and if I could use it I would but I still don't understand much if any of it. :-(

 Forum: Support   Topic: Getting information from VLC

Posted: November 24th, 2009, 2:02 pm 

Replies: 2
Views: 366


After doing a lot of searching I am still scratching my head wondering how this is to be done. Specifically how to get information back from VLC on it's playing / not playing status. From http://wiki.videolan.org/ActiveX I see there is a call for "Playing" but that page also states that th...

 Forum: Support   Topic: detecting if winamp is playing

Posted: October 9th, 2009, 8:06 pm 

Replies: 7
Views: 410


I totaly spaced #Include. THX! It still erks me that a single line of code, or what should be a single line of code, refuses to work. I went through about 120 different calls each of 3 different ways and the only reply I could get from winamp was "FAIL":!:. Well, so much for small is beaut...

 Forum: Support   Topic: detecting if winamp is playing

Posted: October 9th, 2009, 5:26 pm 

Replies: 7
Views: 410


Adding in the 595 lines of code from there did work. But I would still like to know what the actual call is now. I know by the time I am done I will have a big file and keeping every part as small as possible helps.


I think I will tinker with it and see what I can remove.

 Forum: Support   Topic: detecting if winamp is playing

Posted: October 9th, 2009, 3:52 am 

Replies: 7
Views: 410


LOL, It doesn't work. I have even checked the SDK and can't seem to find a correct value.

help?

 Forum: Support   Topic: detecting if winamp is playing

Posted: October 9th, 2009, 2:48 am 

Replies: 7
Views: 410


Found it.

SendMessage, 104,,, - Winamp

 Forum: Support   Topic: detecting if winamp is playing

Posted: October 9th, 2009, 1:02 am 

Replies: 7
Views: 410


Is there a way to find out via script if winamp is currently playing?

My script so far will add a selected song to the play list but if the player has stopped I have to start it. But when I add a play command after the target song and the player IS playing a song it restarts the current song.

 Forum: Scripts   Topic: Play any song from anywhere

Posted: October 8th, 2009, 4:58 pm 

Replies: 32
Views: 12522


Sweet, this will speed up the work I am doing to automate Winamp.

 Forum: Offtopic   Topic: EU could force Microsoft to bundle Firefox with Windows

Posted: October 8th, 2009, 3:51 am 

Replies: 30
Views: 2020


Superfraggle wrote:
Anyway its not as if M$ try and prevent you from using alternatves.


Yet...

 Forum: Support   Topic: Pulling text from dos window.

Posted: October 8th, 2009, 2:53 am 

Replies: 4
Views: 385


I used PostMessage to do what you want
Code:
PostMessage, 0x112, 0xF120,,, %DR%

where %DR% was the program name I wanted to turn off.

Hope that helps some.

 Forum: Support   Topic: Macro for game

Posted: October 8th, 2009, 2:23 am 

Replies: 9
Views: 549


dafttwiggy wrote:
i set the ` as a pause. it stops the script and then when i want to run it again i just hit ` and it starts the script again from the top


Glad to see I am not the only one to use ` as a pause/break/quit key :)

 Forum: Support   Topic: Controlling Winamp from Second Life

Posted: October 8th, 2009, 2:14 am 

Replies: 1
Views: 310


I have deeded my self the awesome task of making a way to controle my Winamp player while I am in Second Life. No, I have not even started any coding yet. First I want to explore the various ways it can be done. Just changing songs etc from an ahk script is easy enough to code but how to get the inp...

 Forum: Support   Topic: (HELP)Send mouse clicks to multiple windows with same xy pos

Posted: December 16th, 2008, 7:35 pm 

Replies: 1
Views: 552


If what you are saying is you just want it to copy every left click at x/y location change the last line ; Left Mouse Button #IfWinActive, World of Warcraft ~LButton:: MouseGetPos, x, y ControlSend "LEFT MOUSECLICK POS BLAH BLAH YOU GET THE IDEA" to ControlClick, x%x% y%y%, ahk_id %idClone...

 Forum: Support   Topic: 2 questions - check if file is open & check fullscreen

 Post subject: Check for full screen
Posted: December 16th, 2008, 6:48 am 

Replies: 7
Views: 727


I would also love to find a way to check what, if any, windows are in full screen mode. I have currently resorted to minimizing all windows then making the one I need the size I want.

Would be so much nicer to just be able to deactivate full screen instead.

 Forum: Scripts   Topic: World Of Warcraft Dual Accounts... My Code

 Post subject: Good Information
Posted: December 16th, 2008, 6:28 am 

Replies: 4
Views: 7408


Oh very nice, I think I can use some the information you have supplied here to advance my "Clone Accounts" in another game.

Thank you.
Sort by:  
Page 1 of 2 [ Search found 22 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group