I would like to start Ctrl + Shift + G in code VB.
I try with SendKeys {^+G} but the characters "{" is not accepted.
I try "^" & "+G" and "^" & "+" & "G" and ... but I am not able to start Ctrl+Shift+G
Do you know how can I do that ?
Thanks
Redg
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: I would like to use SendKeysThreaded View
|
Click Here to Expand Forum to Full Width |