Windows Develop Bookmark and Share   
 index > Windows Forms General > Screen Capturing with C#
 

Screen Capturing with C#

I want to create Windows C#

application for capturing the screen which is not visible in current window.

to see the complete screen we need to scroll.According to requirement complete image of such screen should be generated.What needs to be done for this case.

I found some utitilies but which were not serving my purpose as stated above .Please guide me with this regards or suggest the utility .Actualy i am looking for souce code also to do this

thanxs

Swati

Swati Jain  Tuesday, May 06, 2008 12:30 PM
Hard to decode. If you don't want the window to show up in the screen shot, set its Opacity property to 99%.
nobugz  Wednesday, May 07, 2008 1:52 AM
Hard to decode. If you don't want the window to show up in the screen shot, set its Opacity property to 99%.
nobugz  Wednesday, May 07, 2008 1:52 AM

hi,

thanxs for reply.. I searched for how to set opacity of window ..but i didnt get anything specific.

pls tell how to set opacity of window

Swati

Swati Jain  Wednesday, May 07, 2008 5:50 AM
How did you miss the Form.Opacity property?
nobugz  Wednesday, May 07, 2008 9:43 AM

You can use google to search for other answers

Custom Search

More Threads

• Drag/Drop from Explorer and the pretty Thumbnails
• Any suggestions for a program i'm working on?
• how to check the successful system termination of last boot?
• Managing settings in my application
• Encode email as HTML
• Can you secure Remote Desktop Connection so user cannot log in if workstation has someone logged in already
• TableLayoutPanel
• Exe running on client side
• Override schema with tag attribute?
• Possible bug in .NET TreeView? TreeNode checked state inconsistent