Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Attachmate MyExtra Print Screen

Status
Not open for further replies.

marccinvt

Programmer
Joined
Sep 27, 2004
Messages
2
Location
US
What is the SendKeys command for sending a print screen?

I'm using VBA....

Marc
 
I think this works!!

Session.PrintDisplay

Marc
 
You must be on a different version of Extra, doesn't work on 6.7.

Glad it works for you.

calculus
 
I use this command to do a screen print

'Need the pause command in order to use this
pause 1
MySess.sendkeys ("<printrange>")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top