I need to get the color of a single pixel on the screen. I have searched the helpfiles, and the internet for days. I am hoping for something similar in functionality to the GetPixel method of the Bitmap Class. if there are no built in functions in C# or ways to get around to do it. I have no reservations of writing my own class to do this, but I don't know how to access the screen at all. Please help.