send screenshots from panorama sites

Q&A about the latest versions
Post Reply
wiso
Posts: 281
Joined: Wed Oct 26, 2016 6:52 pm

hallo,
i want to implement a "screenshot function" in a html panorama. means that the user has the possibility to press a button and send the actual screenshot ,maybe with some text, to an email adress that he likes.

does someone know a solution to realize this?

best regards,
wiso
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

I think the "screen capture" keyboard function is CTRL P

This is a code snippet. It sends the request as IF it would have been a keyboard key stroke. The capture would result in a file that would be located on your computer that could be included manually into an email.

Maybe you can use in your button commands:

Code: Select all

Send("{PRINTSCREEN}")
Source page list of 'SEND Key'
https://www.autoitscript.com/autoit3/do ... ndKeys.htm

I noticed you are online at same time I am writing this.. be sure refresh to see my recent edits.
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
wiso
Posts: 281
Joined: Wed Oct 26, 2016 6:52 pm

a very interesting approach,
thank you,
wiso
Post Reply