Window Z-order

Started by
1 comment, last by CodaKiller 14 years, 6 months ago
My program can have many different windows open at one time, I need to figure out which window the mouse is over, I know I've done something like this before but I think it was in Visual Basic. Is there a way to get a number representing the Z-order of a window? Something like this "number = GetZOrder( hWnd )"
Remember Codeka is my alternate account, just remember that!
Advertisement
Try the WindowFromPoint or ChildWindowFromPoint(Ex) functions.
Kippesoep
Quote:Original post by Kippesoep
Try the WindowFromPoint or ChildWindowFromPoint(Ex) functions.


Wow thanks, it's absolutely perfect! I've never had such a perfect answer to my problem! [smile]
Remember Codeka is my alternate account, just remember that!

This topic is closed to new replies.

Advertisement