Get location and size of all open windows using .NET (C#) -


Whether the location and size of all open windows as well as their state (at least, max etc.)

I have never developed anything that gets information from the actual operating system like this. Is it a call to a Windows API and includes unmanaged code?

If this is not clear, please comment and I will try to expand.

Call the loop through all the windows, then call it to get the information Windows APIs will be required, but this is not difficult, just find all the information on the site.

BTW, here is an article to show / show the status of a particular window and show it, can be a good starting point (the code is in VB.Net, but if you do not have VB.Net If you know you can use online VB.Net one of the C # converters)


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -