CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2010
    Posts
    48

    Retrieving Java Windows

    Hello,

    To put it simply, I want to be able to take a screenshot of a java window using the PrintWindow() or similar function.

    The problem I'm having is retrieving the java applet window reference. The applet is embedded within a website. I've seen something similar done before, so any help would be appreciated.

    Thank you.

  2. #2
    Join Date
    Dec 2008
    Posts
    144

    Re: Retrieving Java Windows

    Have you tried to look for this window using some tool, for example spy++?

  3. #3
    Join Date
    Mar 2010
    Posts
    48

    Re: Retrieving Java Windows

    Ahh, thank you. I checked Spy++, and found the Mozilla Firefox Window, however I can not find the java applet. The names do not have titles. Any idea how I could find this applet?

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

Featured