SendKeys

  • Thread starter Thread starter rsmith
  • Start date Start date
R

rsmith

If I wanted to send the "ENTER" keystroke to the
active application, how do i write the command ?

Send("ENTER")

Doesn"t this send the letters E, N, T, E, R to the
active application ?
 
Hi,

Try this:
SendKeys.Send("{ENTER}")

HTH,

Bernie Yaeger

If I wanted to send the "ENTER" keystroke to the
active application, how do i write the command ?

Send("ENTER")

Doesn"t this send the letters E, N, T, E, R to the
active application ?
 
Hello,

rsmith said:
If I wanted to send the "ENTER" keystroke to the
active application, how do i write the command ?

Send("ENTER")

Send "~" or "{ENTER}".
 
thank you
If I wanted to send the "ENTER" keystroke to the
active application, how do i write the command ?

Send("ENTER")

Doesn"t this send the letters E, N, T, E, R to the
active application ?
 
Back
Top