473,766 Members | 2,044 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.
Sep 26 '08 #1
10 4082
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.
Sep 26 '08 #2
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.
Sep 26 '08 #3
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
Sep 26 '08 #4
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.
Sep 26 '08 #5
Sunny <su**********@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
Sl********@bls. gov
http://members.cox.net/slatteryt
Sep 26 '08 #6
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.
Sep 26 '08 #7
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>
Sep 26 '08 #8
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?
Sep 26 '08 #9
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>
Sep 26 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2619
by: edward hage | last post by:
The following program is an applet that reads a number from a file 10 times per second. It needs to be shown graphically. The file monitors a procesvariable and changes continuously. It is read okay, and also displays correct on screen (this in the form of a box that is filled with a certain % corresponding to the value in the file.) However, the screen only gets the initial value right. The problem I encounter is that the display is not...
23
4884
by: Dufe | last post by:
Hello all: To deal with the problem of differing user screen resolutions, I've explored: 1) making the pages in PHP, 2) having different pages on the same page and selecting the proper one via JavaScript, and 3) using fancy redirects and forced "back skip" redirects with cookies. Every approach has some fatal flaw as far as I have been able to persue it. My most recent idea is to make multiple style sheets (selectable via javascript...
2
1373
by: Eric Petruzzelli | last post by:
I would like to know if there is any way for me to print my GUI screen. I am in the middle of development and I need to show my customers / future clients how things are coming along. Some are overseas and I need to mail the views. Also I am putting together some marketing material. Any suggestions? eric.
2
1989
by: DraguVaso | last post by:
Hi, To get faster performance of my DataGrid during scrolling I wanted to build a timer in the Paint-event that waited some milli-seconds to Paint and cancelled the method in case it received a new Paint (during scrolling). But it doesn't seem to work :-( The whole screen becomes empty, and when I look into the PaintEventArgs it returns several errors (for exemple: ?petmr.Graphics.Clip -> <error: an
1
6277
by: Krich | last post by:
I am still new on printdocument object. I have a problem try to print graphic object. I have one graphics object. How to print it? I try to print it in PrintPage event using this syntax e.Graphics = grhObj by grhObj is graphics object that already has string, line or other image in it. It is very difficult to recreate this object in PrintPage event.
1
2738
by: Jason Huang | last post by:
Hi, I have no problem in printing the C# Windows Form codes. However, when it comes to print the Form, the "Print" button is greyed out and I can't print the form directly from the Visual Studio developer. Is it possible to print the Form from the Visula Studio Developer? Thanks for help. Jason
9
1454
by: jim-on-linux | last post by:
This is the situation I'm in. I've built a single file utility using py2exe. I zip the dist directory and send it to the client. For clients that use win95, win98 machines, They unpack the zip file and run the exe. The utility creates a text file that is sent to the printer with the statement below.
3
2340
by: Max58kl | last post by:
Trying to access data and print it to the screen using Perl Builders I/O Window -------------------------------------------------------------------------------- Hi I am using a program called Perl Builder which is an Integrated Development Environment for Perl scripting. I am trying to access the data in a txt file and then print the results to the screen. The procedure for doing this is write a script then click on the Run button,...
4
2700
by: Robson Felix | last post by:
It may sound like a silly question, but I would like to print a form or component from within Visual Studio when designing such form component. Is that possible?
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10008
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9837
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8833
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7381
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6651
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5279
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.