-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
Microsoft engineer shows how bad code can lead to your Windows PC slowing down
By hellowalkman,
- microsoft
- windows 11
- (and 12 more)
- 19 replies
- 0 views
-
Offensive Security Using Python eBook (worth $39.99) free download ends today
By News Staff,
- ebook offer
- sponsored
- (and 4 more)
- 0 replies
- 0 views
-
Offensive Security Using Python eBook (worth $39.99) is still free to download
By Steven P.,
- ebook offer
- sponsored
- (and 2 more)
- 0 replies
- 0 views
-
Download Offensive Security Using Python: A hands-on guide ($39.99 Value, now FREE)
By News Staff,
- ebook offer
- sponsored
- (and 2 more)
- 0 replies
- 0 views
-
Microsoft updates official lightweight Windows 11 Validation OS with DISM, WPF .NET upgrades
By hellowalkman,
- microsoft
- windows 11
- (and 9 more)
- 0 replies
- 0 views
-
Question
IronManMark20
I am writing a program and I need to get a list of open Metro apps. I posted a clear explanation on StackOverflow (reproduced below), but didn't get much of a response. For more on what I am working on see here.
I am working on a program that needs to find a list of open Metro apps. I originally tried using pure python with ctypes and using win32 api. Unfortunately, I couldn't get the names of Metro apps. So I moved on to IronPython thinking I could leverage a .net function or two to get what I want. No luck.
Where I am atI can easily get a list of running processes and their PID, but filtering the Metro apps from the non-metro apps is proving near impossible. Also, I need to get the HWND of that window so I can interact with it.
What Won't WorkEnumWindows doesn't seem to work. FindWindowEx seems promising, but I am not sure how to do this.
An example or lead on how to get the list of titles. Preferably in a .net language.
Thanks for any help you can give!
Link to comment
https://www.neowin.net/forum/topic/1251036-list-of-only-metro-windows-titles-net/Share on other sites
6 answers to this question
Recommended Posts