AutoHotkey Community

It is currently May 27th, 2012, 10:01 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: February 3rd, 2009, 10:24 pm 
Offline

Joined: February 3rd, 2009, 10:15 pm
Posts: 1
Been using this program : http://www.salling.com/Clicker/windows/

Salling Clicker. It has an awesome remote control function. However there is an annoying 30 click limited functionality. after which it disconnects your device and u have to manually click on the popupwindow to reactivate the remote control. This simple ahk script automates this process. I'm not exactly hacking the software so i guess its legal.

My first program in AHK. Lame, I know. but necessity is the mother of invention :P

Code:
Loop

{WinWait Trial-mode click limit exceeded
{
   WinActivate
    Send {Right}
    Send {Enter}
}
}




Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: sks and 21 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group