Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am trying to create a function in my webapp (aspx page opened by a client that uses my app) that sends a screenprint of the current aspx page including all controls, and if posssible the content of the controls) to the server (into a database). Purpose of this is that when a client has a bug or change wisch, he can press a feedback button and a screencapture of his aspx page will be displayed. The user then ads comments in a textbox and if possible pull an arrow from the texbox to a specific part of the screen. the edited screenprint is then sent to the database with some info like date\time\user\webpageName etc....

I dont need to capture the clients PC screen, just what the server had the client draw on the aspx page...

any ideas or samples available... ?

I would be ever so greatfull....
(I prefer VB.NET )

Bert
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900