coollector.com
https://www.coollector.com/

Key scanning
https://www.coollector.com/viewtopic.php?f=1&t=613
Page 1 of 1

Author:  kakashi [ Thu Mar 31, 2011 8:41 pm ]
Post subject:  Key scanning

In an attempt to get my all the movie images to download I made a small program to keep pressing PgDn at short intervals. My intention is to leave it in my movie encyclopedia overnight.

The problem right now is that it works with every program I've tried so far except coollector. Any ideas why?

Author:  kakashi [ Thu Mar 31, 2011 8:45 pm ]
Post subject:  Re: Key scanning

The active code:

while (1)
{
keybd_event(VK_NEXT, 0, 0, 0);
Sleep(10);
keybd_event(VK_NEXT, 0, KEYEVENTF_KEYUP, 0);

Sleep(1500);
}

Author:  (cool) Hector [ Thu Mar 31, 2011 8:56 pm ]
Post subject:  Re: Key scanning

If I give you ftp access to one of our image servers, would you volunteer to create the zip files we talked about, for the benefit of everyone ?

Author:  kakashi [ Thu Mar 31, 2011 8:58 pm ]
Post subject:  Re: Key scanning

Sure, why not

Author:  kakashi [ Thu Mar 31, 2011 9:20 pm ]
Post subject:  Re: Key scanning

I wrote a new one that works better a few minutes ago but I'll still do what I can to help.

Author:  (cool) Hector [ Thu Mar 31, 2011 9:29 pm ]
Post subject:  Re: Key scanning

kakashi wrote:
I wrote a new one that works better a few minutes ago but I'll still do what I can to help.

Kakashi, you're amazing, as always :w00t:

It could have been a long time before I do it myself :roll:

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/