Hi,
I'm was hoping to use this to find hidden windows (or windows broken).
But it was not able to find some window. I noticed your code here:
https://github.com/flashwave/topmostfriend/blob/master/TopMostFriend/Program.cs#L316-L318
Say:
// i think it's a fair assumption that any visible window worth a damn has a window title
if(!showEmptyTitles && string.IsNullOrEmpty(title))
continue;
So maybe:
- add an option to show these.
- add an option to toggle the WS_EX_TOPMOST bit?
- Add a way to
DestroyWindow (or at least show it's PID)
Many Thanks.
Hi,
I'm was hoping to use this to find hidden windows (or windows broken).
But it was not able to find some window. I noticed your code here:
https://github.com/flashwave/topmostfriend/blob/master/TopMostFriend/Program.cs#L316-L318
Say:
So maybe:
DestroyWindow(or at least show it's PID)Many Thanks.