K
kru
Hi All,
Simple question yet I can't figure it out.
I need to send the TAB key to an external application.
It is able to send {ENTER} etc yet no luck with the {TAB}.
I have tried the following:
My.Computer.Keyboard.SendKeys(Keys.Tab) ' sends a 9 instead?
My.Computer.Keyboard.SendKeys("{TAB}") ' does nothing
SendKeys.SendWait("{TAB}") ' does nothing
Any suggestions?
Simple question yet I can't figure it out.
I need to send the TAB key to an external application.
It is able to send {ENTER} etc yet no luck with the {TAB}.
I have tried the following:
My.Computer.Keyboard.SendKeys(Keys.Tab) ' sends a 9 instead?
My.Computer.Keyboard.SendKeys("{TAB}") ' does nothing
SendKeys.SendWait("{TAB}") ' does nothing
Any suggestions?