tagged [screenshot]
How to take a screenshot of a WPF control?
How to take a screenshot of a WPF control? I created a WPF application using the Bing maps WPF control. I would like to be able to screenshot only the Bing maps control. I use this code to make the sc...
- Modified
- 2 Nov at 16:15
Screenshot secure desktop
Screenshot secure desktop I am working with screen sharing project.I am capturing desktop screen using below function.it works fine. But whenever [secure desktop prompting for elevation](https://learn...
- Modified
- 4 Oct at 12:0
C# Out of Memory when Creating Bitmap
C# Out of Memory when Creating Bitmap I'm creating an application (Windows Form) that allows the user to take a screenshot based on the locations they choose (drag to select area). I wanted to add a l...
- Modified
- 30 Nov at 21:9
Best way to take screenshot of a web page
Best way to take screenshot of a web page What is the best way to take screenshot of a web page? At the moment I just start an selenium instance of firefox and using winapi bring it to the front and m...
- Modified
- 23 May at 12:6
How do I find the position / location of a window given a hWnd without NativeMethods?
How do I find the position / location of a window given a hWnd without NativeMethods? I'm currently working with WatiN, and finding it to be a great web browsing automation tool. However, as of the la...
- Modified
- 23 May at 12:9
C# screenshot bug?
C# screenshot bug? I use the following code to take a screenshot: Now this works wonderfully and it's easy to work with, however I always come across little 'white dots' in some o
- Modified
- 26 Jan at 13:13
How to scan two images for differences?
How to scan two images for differences? I'm trying to scan 2 images (32bppArgb format), identify when there is a difference and store the difference block's bounds in a list of rectangles. Suppose the...
- Modified
- 3 May at 13:28