Rusty
Registered User.
- Local time
- Today, 18:50
- Joined
- Apr 15, 2004
- Messages
- 207
Hey Guys,
I have a button on a form and along with a few other bits and pieces I need it to perform the equivalent of holding down the Alt key and pressing the Tab key (to switch between active windows).
I have tried using the code below but it doesn't work. Any ideas?
Cheers,
Rusty

I have a button on a form and along with a few other bits and pieces I need it to perform the equivalent of holding down the Alt key and pressing the Tab key (to switch between active windows).
I have tried using the code below but it doesn't work. Any ideas?
Cheers,
Rusty

Code:
SendKeys "{Alt} & {Tab}"