Hello everyone I am hoping someone can answer this question for me.
I have a mdi app in VB.Net of course and I have one child window that when ever the mouse is over the form sets a Boolean flag and when the mouse is not over the window sets the flag to the opposite. I looked at the MouseHover event and in testing it never seems to get fired. As a side note there are no controls on this child form as it is a 3drender viewport.
Any thoughts on a way to detect if the mouse is over this child window and when it not?
Thanks
I have a mdi app in VB.Net of course and I have one child window that when ever the mouse is over the form sets a Boolean flag and when the mouse is not over the window sets the flag to the opposite. I looked at the MouseHover event and in testing it never seems to get fired. As a side note there are no controls on this child form as it is a 3drender viewport.
Any thoughts on a way to detect if the mouse is over this child window and when it not?
Thanks