How can I send the space bar command using SendKeys? I tried vbSpace, but that doesn't work. Does anyone know how or where there is a list of "vbKeys" is at?
Thanks
Printable View
How can I send the space bar command using SendKeys? I tried vbSpace, but that doesn't work. Does anyone know how or where there is a list of "vbKeys" is at?
Thanks
How about just:
A list of the keys can be found in MSDN.Code:SendKeys " ", True
Sunny
That doesn't work. I don't need to send the actual space in text, I need to press the space bar like when you have a button in focus. I used vbTab to get there, but the vbEnter doesn't work. Thanks for trying though.
Thanks Matthew! I used the sendkeys "{Enter}" and it worked! Now my program can send text to Instant Messager! You are my favorite guru on this site. Where did your reply go? I read it then posted my reply and yours was gone mysteriously. hmmm
[Edited by MidgetsBro on 11-14-2000 at 11:58 PM]