I\'m working on a VB.Net
project where in part of it I catch a pop up message box when it\'s displayed and handle it in some way.
My problem is that I have to k
I found this answer on the net on another website, I thought I should share it in case someone sees this question in the future:
Buttons are nothing but more windows. You just look for more child windows of the message box window you found. You can NOT just get the handle from a window and then try to cast it to a Form object and expect all the properties to work. It just doesn't work that way.
Note: Can some please answer me why I got a down vote on this question?? This really upsets me :/