Skip to content

Feature request: show hidden windows without title #1

@eabase

Description

@eabase

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions