Results 1 to 7 of 7

Thread: request for a screen capture email program

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2004
    Posts
    56

    request for a screen capture email program

    With so many screen capture programs out there (VB and just in general), I can't believe that I can't find something to do this.. but I'm not having any luck. Does anyone know of a program that will take a screenshot based on a timer input, and then email the screenshot?

    That's it.. doesn't seem to hard.. but I can't seem to find one to do all of that. I have one server that I have to often login to and check to make sure that 3 processes are up an running (they're always on the desktop). Since I RAS in to clients all day, I can't just minimize, or I lose my connection. So.. I was thinking, if I could just create an outlook folder with a rule and have a screenshot taken every 30 minutes on the server, and sent to that inbox folder, I wouldn't have to login to the server all day... only when/if a process goes down.
    Any thoughts?
    Thanks all!
    Jolene
    Last edited by jolene_keagy; Feb 16th, 2005 at 03:04 PM. Reason: Spelling

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: request for a screen capture email program

    You would have to notice that the process went down visually. Isn't there a better way, to monitor when it goes down, and *then* sends the email?

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 2004
    Posts
    56

    Re: request for a screen capture email program

    I can understand the concern there, and in most cases, this would probably be true. 2 reason why I would like this:
    1) The processess I'm running are application specific and all they do is distribute incoming records to specific folders. If the processes fail (there's only 2), I have about a two hour window that I can dial in and correct the situation, before the que they sit in gets filled to the max and the problem of missing records start. Often, I'll be dialed in to a client for 3 or more hours and I just start getting nervous.
    2) The other running process is just a statistical program that reports how many users at my company are logged in to the phones (support department) and gives data on how long they've been logged in. I have to kind of oversee them. Rather than logging in all day to look, I figure that I could just get this "screen scrape" and have it sent to me on 30 minute intervals, and then at the end of every day, I just delete the emails in this one folder.

    It's genius, dglienna! Admit it! I've found a few VB programs that will do the screen shot. I guess I just need to figure out how to incorporate a timer and an smtp add-on. Still seems strange that I can't find a program that would do this.. both VB or professional!
    Sure wish my VB skills were better!

    Anybody know of a good "starter" program for this?
    thanks all.
    Jolene

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: request for a screen capture email program

    Sounds good.

    i think a screen shot isn't that hard. Smtp isn't that hard. Timer's are simple.
    I'll see what I can dig up.

    I had 4 links, but I asked in the VB forum, and martinliss posted his, which I had forgotten about. It takes care of the printscreen.

    http://www.vbforums.com/showthread.php?t=325240

    I gave him a point for posting it.

    It has a 5 second timer that you could change to 30 minutes

    This might take care of the email. Let me know.
    Last edited by dglienna; Feb 18th, 2005 at 01:58 AM.

  5. #5

    Thread Starter
    Member
    Join Date
    Dec 2004
    Posts
    56

    Re: request for a screen capture email program

    Thx for looking around! That does look like a perfect program to start with... Now, if I can make it repeat every 30 minutes.. and shoot an email somewhere! Ez for you guys I'm sure... for me??? well.. we'll give it a shot anyway.
    Thx for your help! You guys are always so helpful here and I very much appreciate your time!
    Jolene

  6. #6
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: request for a screen capture email program

    M$ screwed up Outlook's ability to send automated emails. Their security settings ruined the ability to do a mailmerge to email via code. The use has to click a button to allow access for each page. You can't use it unattended anymore. I can't get around it.

    I think vbsendmail can send email, but not with mailmerge. You should look into it. It is well-touted.

  7. #7
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: request for a screen capture email program

    I just noticed that one of my customers had a product called PrintKey 2000 running in the systray of a server I just RDP'd into.

    I just googled for it and it appears to be free-ware (I didn't dig too far).

    Apparently it can be setup to do a capture and save it based on a timer.

    Not sure of the e-mail part that you are looking for - but I thought could help.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width