- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
The code below captures the screen and saves it. Depending on your need, you can modify it to do just what you want [code] import java.awt.AWTException; import java.awt.Robot; import java.awt.Rectangle; import java.awt.Toolkit; import java.awt.image.BufferedImage; import java.io.*; import javax.imageio.ImageIO; class ScreenCapture { public static void main(String args[]) throws AWTException, IOException { …
The c# code below can be used to capture the screen . Combined with the filesystemwatcher class ,this code can be used to monitor user activities on a computer.You can also add a timer to this method to capture the screen at regular intervals or you can use a simple …
I am Eddy, a second year computer science student @ the university of Science and Technology in Ghana. I like to program especialy in c# and Java. I also like to help others and to seek help from others Hope we going to make gud friends
I have written a browser in java but it is only able to display saved web pages on my computer or html files created by me. It is not able to display a page when i type any URL in the address bar. Please help me Here is the code …
I also just move from c to java and i found this book "java how to program sixth edition" very useful. you can e-mail me on <snipped email> so that i can send it as an attachment
I know of the "Convert "class in vb and i think you can try this [code] dim quantity as double quantity=convert.toDouble(Console.Readline) [/code]
The End.
EDDYGATE