It is currently Sat Apr 20, 2024 10:10 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Key scanning
PostPosted: Thu Mar 31, 2011 8:41 pm 
Offline
User avatar

Joined: Thu Jan 06, 2011 2:29 am
Posts: 707
Location: Jamaica
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?


Top
 Profile  
 
 Post subject: Re: Key scanning
PostPosted: Thu Mar 31, 2011 8:45 pm 
Offline
User avatar

Joined: Thu Jan 06, 2011 2:29 am
Posts: 707
Location: Jamaica
The active code:

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

Sleep(1500);
}


Top
 Profile  
 
 Post subject: Re: Key scanning
PostPosted: Thu Mar 31, 2011 8:56 pm 
Offline
User avatar

Joined: Tue Sep 27, 2005 2:28 am
Posts: 7655
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 ?


Top
 Profile  
 
 Post subject: Re: Key scanning
PostPosted: Thu Mar 31, 2011 8:58 pm 
Offline
User avatar

Joined: Thu Jan 06, 2011 2:29 am
Posts: 707
Location: Jamaica
Sure, why not


Top
 Profile  
 
 Post subject: Re: Key scanning
PostPosted: Thu Mar 31, 2011 9:20 pm 
Offline
User avatar

Joined: Thu Jan 06, 2011 2:29 am
Posts: 707
Location: Jamaica
I wrote a new one that works better a few minutes ago but I'll still do what I can to help.


Top
 Profile  
 
 Post subject: Re: Key scanning
PostPosted: Thu Mar 31, 2011 9:29 pm 
Offline
User avatar

Joined: Tue Sep 27, 2005 2:28 am
Posts: 7655
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:


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 20 guests


You cannot post new topics in this forum
You cannot 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:
Jump to:  


Powered by phpBB © 2024 phpBB Group