ALT-V using sendkeys?

sdlangers

Centurion
Joined
Dec 3, 2002
Messages
118
Hi,

I'm trying to run the following code,

Visual Basic:
SendKeys.SendWait("%V")

i also tried

Visual Basic:
SendKeys.SendWait(Keys.Alt)
SendKeys.SendWait(Keys.V)

but its not working!

Any ideas?

Thanks.
 
Back
Top