Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~1K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for EDDYGATE

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 { …

Member Avatar for firstsmilepk
0
251
Member Avatar for EDDYGATE

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 …

Member Avatar for stephenca130
0
196
Member Avatar for EDDYGATE

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

Member Avatar for Denniz
0
63
Member Avatar for EDDYGATE

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 …

Member Avatar for Phaelax
0
105
Member Avatar for francisprite

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

Member Avatar for kalyan_au_cse
0
133
Member Avatar for 3Dees

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]

Member Avatar for EDDYGATE
0
278

The End.