I have a dialog box with buttons. When my program opens the dialog box, I want to activate the keyboard shortcuts by pressing ALT, so I use sendkey ALT 0x05, where 0x05 is nothing since I don't know any way to send just ALT. But now I want to put the default focus on a button. I put DEFAULT in the program, but that doesn't seem to work. I think the fact that I did the sendkey ALT 0x05 makes it focus on the first tab ordered element. Is there a way to change the focus to another button?