In my application, from the main form, another (modal) form is opened with another button having the focus. However when i click the button nothing seems to happen. But the second time i click the button, the click event gets fired.
It is such that i need to click on the form once(any where) and then click the button before i can get the button click to be fired. With the key board everything seems to be fine

Could any one have any idea why?

Thanx!