Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Java program for remote host screen capture

  1. #1
    Junior Member
    Join Date
    Mar 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java program for remote host screen capture

    This is KrishnaRao from HYDERABAD.i need help on Remote Host Screen Capture.i found you people did this previously.kindly send me code base for me.

    Iam using Windows having an ERP package, which requires its screens & its datas to be captured from a remote server. Presently Iam able to capture the screen & its datas Now my requirement is this - is it possible to capture the same datas and screen through Java in any way. Any ideas, suggestions, opinions what ever is welcome. I would like to hear from u.....

    send ur info to krishnaraoveera1294@gmail.com


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Need Help on Remote Host Screen Capture

    Hello krishnaraoveera1294 and welcome to the Java Programming Forums.

    I have uploaded some example code for you which is exactly what you are looking for.

    This network application runs on 2 computers. The client side sits on the remote machine and takes screen shots. It then sends them over to the server application which processes the screen shots and displays them in a window. On the server side, events are captured like mouse movements and keystrokes and sent to the client machine. This program effectivly gives you remote control access to the client machine.

    You may need to edit the code slightly to fit your specifications but all the ground work is here.

    Download:

    http://www.javaprogrammingforums.com/java/Remote Screen Capture.zip


    Just a word of advise - I wouldn't post your email address in forums. Spam bots will pick it up and i'm sure the last thing you want is more spam in your inbox!! People will happily reply to this thread and send you a private message if need be. If you wish to remove your email address from the post then please click the Edit button.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

Similar Threads

  1. Drawing "Hello world" on screen
    By shikh_albelad in forum Java SE APIs
    Replies: 4
    Last Post: June 11th, 2009, 03:21 AM