I have a windows form application which has a text box and 3 buttons. Now i need to add focus to a button for 1 second, and then add focus to the other button for a second.. like wise to adding focus to all these 3 buttons for 1 second each.
How do i do this. I have tried everything but nothing worked. Can someone help me here or link me to a website that does this.
i am using Visual Studio 2008,
Not sure why you would want to do that but maybe you can use a
Timerand set it’s interval to 1000ms and on it’sTickrotate focus as you want. Mind you, it’s very user-unfriendly.