c# - How to know when the window zorder changes -
When any window change changes, what can be reported?
Zedder Layering Windows. There is a zorder of 0 below and I do not know any other way to ask this question.
This will use .NET, c # or vb.net for Windows XP or newer.
Apparently your window moves when your window moves / shape / swap z command sends the current order of windows To find out if you combine it with GetTopWindow
and GetNextWindow
, and you should be able to know where all apps are in your app. There are more details about those two API calls: GetNextWindow
.
Edit Even if it has already been accepted ...
And, To find through, this information is how to use WndProc
. I hate leaving a question that does not fully answer: -)
Comments
Post a Comment