Hi All..
I am using MsFlexGrid in my program..
normally after I double click, enter value, KillFocus then press OK to close the dialog..
now I would like to add a message box once I enter value.
Then I found out that, after message box prompt out and I click OK on that message box, I can't close dialog by pressing OK button..
I need press twice then OK button will activate..
not only the OK button act like this, the others control button like..
radio button, check box button..etc..need press twice, then will activate them..
I tried use SetFocus() to activate OK button, but still finding the result is same..
can anyone help me on this..??
Thank you..
shizu..