CopyFromScreen
-
I am trying to make a program that "copies" the contents of everything behind the form (like CopyFromScreen). My only problem is that I want it to update itself every 1-75 milliseconds without any flicker. I am trying to do this because, for example, if I add a PNG of, let's say, an apple, it will appear that it will appear to be floating on the desktop. I am trying to mock layered windows, but I am also trying to avoid using them because I want to use controls on the form, too. Richard Faulkner Founder of GallantTechnologies
-
I am trying to make a program that "copies" the contents of everything behind the form (like CopyFromScreen). My only problem is that I want it to update itself every 1-75 milliseconds without any flicker. I am trying to do this because, for example, if I add a PNG of, let's say, an apple, it will appear that it will appear to be floating on the desktop. I am trying to mock layered windows, but I am also trying to avoid using them because I want to use controls on the form, too. Richard Faulkner Founder of GallantTechnologies
Check out http://www.codeproject.com/useritems/ScreenCapture.asp[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips