Print Screen and open in paint

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sunny

    Print Screen and open in paint

    Hi Is there a way in javascript to capture whatever is on screen &
    open that with paint on buttons click.
  • Captain Paralytic

    #2
    Re: Print Screen and open in paint

    On 26 Sep, 14:17, Sunny <sunnyluth...@g mail.comwrote:
    Hi Is there a way in javascript to capture whatever is on screen &
    open that with paint on buttons click.
    Certainly not on a Linux system.

    Comment

    • Sunny

      #3
      Re: Print Screen and open in paint

      On Sep 26, 9:37 am, Captain Paralytic <paul_laut...@y ahoo.comwrote:
      On 26 Sep, 14:17, Sunny <sunnyluth...@g mail.comwrote:
      >
      Hi Is there a way in javascript to capture whatever is on screen &
      open that with paint on buttons click.
      >
      Certainly not on a Linux system.
      But can javascript do a screen capture & save it to a jpg file.

      Comment

      • Sister Ray

        #4
        Re: Print Screen and open in paint

        But can javascript do a screen capture & save it to a jpg file.

        JavaScript in a browser scripting language, it is not suposed to do
        that.
        However if you create an ActiveX for Internet Explorer, you can use
        with javascript to do what you desire.

        ActiveXs only run on Internet Explorer.

        Best Regards

        Comment

        • Sunny

          #5
          Re: Print Screen and open in paint

          On Sep 26, 10:16 am, Sister Ray <carlosp...@gma il.comwrote:
          But can javascript do a screen capture & save it to a jpg file.
          >
          JavaScript in a browser scripting language, it is not suposed to do
          that.
          However if you create an ActiveX for Internet Explorer, you can use
          with javascript to do what you desire.
          >
          ActiveXs only run on Internet Explorer.
          >
          Best Regards
          Hi,
          Yes I want a solution for Internet explorer. Can you provide me with
          some code. as I am really new at that.

          Comment

          • Tim Slattery

            #6
            Re: Print Screen and open in paint

            Sunny <sunnyluthra1@g mail.comwrote:
            >On Sep 26, 10:16 am, Sister Ray <carlosp...@gma il.comwrote:
            But can javascript do a screen capture & save it to a jpg file.
            >>
            >JavaScript in a browser scripting language, it is not suposed to do
            >that.
            >However if you create an ActiveX for Internet Explorer, you can use
            >with javascript to do what you desire.
            >>
            >ActiveXs only run on Internet Explorer.
            >>
            >Best Regards
            >
            >Hi,
            >Yes I want a solution for Internet explorer. Can you provide me with
            >some code. as I am really new at that.
            You won't use Javascript to write an ActiveX control. They are written
            in C++ or VisualBasic (or C#, I suppose).

            --
            Tim Slattery
            Slattery_T@bls. gov

            Comment

            • Sunny

              #7
              Re: Print Screen and open in paint

              On Sep 26, 12:42 pm, Tim Slattery <Slatter...@bls .govwrote:
              Sunny <sunnyluth...@g mail.comwrote:
              On Sep 26, 10:16 am, Sister Ray <carlosp...@gma il.comwrote:
              But can javascript do a screen capture & save it to a jpg file.
              >
              JavaScript in a browser scripting language, it is not suposed to do
              that.
              However if you create an ActiveX for Internet Explorer, you can use
              with javascript to do what you desire.
              >
              ActiveXs only run on Internet Explorer.
              >
              Best Regards
              >
              Hi,
              Yes I want a solution for Internet explorer. Can you provide me with
              some code. as I am really new at that.
              >
              You won't use Javascript to write an ActiveX control. They are written
              in C++ or VisualBasic (or C#, I suppose).
              >
              --
              Tim Slattery
              Slatter...@bls. govhttp://members.cox.net/slatteryt
              Can I use vbscript to write an Active X control.

              Comment

              • Thomas 'PointedEars' Lahn

                #8
                Re: Print Screen and open in paint

                Sunny wrote:
                On Sep 26, 9:37 am, Captain Paralytic <paul_laut...@y ahoo.comwrote:
                >On 26 Sep, 14:17, Sunny <sunnyluth...@g mail.comwrote:
                >>Hi Is there a way in javascript to capture whatever is on screen &
                >>open that with paint on buttons click.
                >Certainly not on a Linux system.
                >
                But can javascript do a screen capture & save it to a jpg file.
                Yes, with the help of an external API. For example, STFW for Screengrab!,
                and UTSL.


                PointedEars
                --
                Use any version of Microsoft Frontpage to create your site.
                (This won't prevent people from viewing your source, but no one
                will want to steal it.)
                -- from <http://www.vortex-webdesign.com/help/hidesource.htm>

                Comment

                • Sunny

                  #9
                  Re: Print Screen and open in paint

                  On Sep 26, 3:32 pm, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
                  wrote:
                  Sunny wrote:
                  On Sep 26, 9:37 am, Captain Paralytic <paul_laut...@y ahoo.comwrote:
                  On 26 Sep, 14:17, Sunny <sunnyluth...@g mail.comwrote:
                  >Hi Is there a way in javascript to capture whatever is on screen &
                  >open that with paint on buttons click.
                  Certainly not on a Linux system.
                  >
                  But can javascript do a screen capture & save it to a jpg file.
                  >
                  Yes, with the help of an external API. For example, STFW for Screengrab!,
                  and UTSL.
                  >
                  PointedEars
                  --
                  Use any version of Microsoft Frontpage to create your site.
                  (This won't prevent people from viewing your source, but no one
                  will want to steal it.)
                  -- from <http://www.vortex-webdesign.com/help/hidesource.htm>
                  It is a firefox addon, I need script that i can embed on my webpage.
                  Do you know any script that do a screen capture, that i can implement
                  in my webpage?

                  Comment

                  • Thomas 'PointedEars' Lahn

                    #10
                    Re: Print Screen and open in paint

                    Sunny wrote:
                    Thomas 'PointedEars' Lahn wrote:
                    >Sunny wrote:
                    >>On Sep 26, 9:37 am, Captain Paralytic <paul_laut...@y ahoo.comwrote:
                    >>>On 26 Sep, 14:17, Sunny <sunnyluth...@g mail.comwrote:
                    >>>>Hi Is there a way in javascript to capture whatever is on screen &
                    >>>>open that with paint on buttons click.
                    >>>Certainly not on a Linux system.
                    >>But can javascript do a screen capture & save it to a jpg file.
                    >Yes, with the help of an external API. For example, STFW for Screengrab!,
                    >and UTSL.
                    >[...]
                    >
                    It is a firefox addon, I need script that i can embed on my webpage.
                    Do you know any script that do a screen capture, that i can implement
                    in my webpage?
                    No, obviously this is way over your head.

                    And please stop quoting signatures (unless you refer to them).


                    PointedEars
                    --
                    Use any version of Microsoft Frontpage to create your site.
                    (This won't prevent people from viewing your source, but no one
                    will want to steal it.)
                    -- from <http://www.vortex-webdesign.com/help/hidesource.htm>

                    Comment

                    • Captain Paralytic

                      #11
                      Re: Print Screen and open in paint

                      On 26 Sep, 21:32, Sunny <sunnyluth...@g mail.comwrote:
                      "Yes I want a solution for Internet explorer."
                      "It is a firefox addon"
                      "I need script that i can embed on my webpage"

                      Make up your mind!

                      Comment

                      Working...