Is there a way to tell if a form is the topmost?

bonedoc

Well-known member
Joined
May 4, 2006
Messages
112
Programming Experience
Beginner
Is there a way to tell if a form is the topmost? I have been using .Activated and .Deactivated....but they seem slow....maybe a half second or more to kick in after it happens. Is there another way to tell?
 
I'm not seeing any delay from those events, perhaps you have some slow code or machine?
 
No, you can't use .TopMost property because it is a property, not an event. It also may not mean the form is activated.
 
Back
Top