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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sendkeys And Shift

Status
Not open for further replies.

mindlessclone2003

Technical User
Feb 13, 2003
12
0
0
US
All,

I have recently began trying to send a shift-f1 combination to extra via the sendkeys function. When I send the keys as shown in the help files (Sess0.Screen.Sendkeys(&quot;+<F3>&quot;), extra sees this as a string rather than a key combination. If I call extra via appactivate and sendkeys that way it works (though I can't get sendkeys to work in .net whatsoever this way. Anyone else have problems with this and have a fix/solution? Thanks in advance,...
 
Try this.

Sess0.Screen.Sendkeys(&quot;<Pf13>&quot;) 'Shift + F1
Sess0.Screen.Sendkeys(&quot;<Pf15>&quot;) 'Shift + F3
Sess0.Screen.Sendkeys(&quot;<Pf23>&quot;) 'Shift + F11
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top