I need a way to capture the screen within a web application in any way possible. Is there such a way without installing other tools like SnagIt? Can I use Win32 DllImports within an ActiveX component and do it that way?
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is some code that will take a screen shoot of your silverlight app. and then you can send it or what ever 🙂
Just create a silverlight project (with normal mainpage etc. and replace with this.
works in both 3.0 and 4.0 (havent tried 2.0 and lower)
Hope i helps
Regards
ReLoad
.CS
XAML: