Hi,
I have observed a weird behavior of double click on FileOpenDialog is actually handing over the 2nd click to the control that is behind the dialog. I have checked the forums and it is said that we have to handle MouseUp and MouseDown events to identify whether the event actually happened on the control. In my case the mouse up event gets fired after the click event. The control that have behind the FileOpenDialog is TreeView.
I am wondering is there any better solution to this ?
Thanks,
Prasad.