Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » help using "print scrn" button
Closed Thread
Old 06-25-2004, 03:24 PM   #1 (permalink)
 
True Techie

Join Date: Jun 2004

Posts: 155

wannabe_hacker

Default help using "print scrn" button

I want to make a program that uses screenshots. It's kind of like a webcam. Only, it just monitors the screen. It's for security reasons. Okay, here's what I want it to do. I want my program to take a screenshot every 15 minutes and save the picture to a folder. I don't want any screenshot overwriting another so I want the screenshot to have a different filename every time it saves. If anyone has any ideas on how I should begin doing this, I would appreciate it.
wannabe_hacker is offline  
Old 06-25-2004, 03:50 PM   #2 (permalink)
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

http://www.planet-source-code.com/vb...53953&lngWId=1

That looks like it could have some helpful code...
__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily is offline  
Old 08-13-2004, 01:02 PM   #3 (permalink)
 
Banned

Join Date: Aug 2004

Posts: 50

gecko_au2003

Default

I dont know about the taking the screen shot part as of yet as I have not tried to make a program that does that but you could make it save the screen shot as the date and time this way you know which screen shot was taken when hence giving each file / image a different name. I will try later on to make it take screen shots and can post the coding if you would like ?
gecko_au2003 is offline  
Old 08-13-2004, 01:11 PM   #4 (permalink)
 
Banned

Join Date: May 2003

Posts: 105

imported_Jack

Default

First the disclaimer: This should not be used for any illegal means, including but not limited to snooping with the intent to capture private information from a users computer.

Now the code:
http://support.microsoft.com/?kbid=161299

The unique file part is very simple, just use the time and date functions to build a filename string that includes the current date and time.
imported_Jack is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On