473,383 Members | 1,762 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

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 4052
On 26 Sep, 14:17, Sunny <sunnyluth...@gmail.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...@yahoo.comwrote:
On 26 Sep, 14:17, Sunny <sunnyluth...@gmail.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...@gmail.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**********@gmail.comwrote:
>On Sep 26, 10:16 am, Sister Ray <carlosp...@gmail.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...@gmail.comwrote:
On Sep 26, 10:16 am, Sister Ray <carlosp...@gmail.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...@yahoo.comwrote:
>On 26 Sep, 14:17, Sunny <sunnyluth...@gmail.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...@web.de>
wrote:
Sunny wrote:
On Sep 26, 9:37 am, Captain Paralytic <paul_laut...@yahoo.comwrote:
On 26 Sep, 14:17, Sunny <sunnyluth...@gmail.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...@yahoo.comwrote:
On 26 Sep, 14:17, Sunny <sunnyluth...@gmail.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
On 26 Sep, 21:32, Sunny <sunnyluth...@gmail.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!
Oct 13 '08 #11

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

Similar topics

1
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...
23
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...
2
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...
2
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...
1
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...
1
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...
9
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...
3
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...
4
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?
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

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.