Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More apps support #48

Open
markedone66 opened this issue Nov 29, 2024 · 1 comment
Open

More apps support #48

markedone66 opened this issue Nov 29, 2024 · 1 comment

Comments

@markedone66
Copy link

Trying to resize a game window but it doesnt even appear in the process list :( would it be possible to somehow add support to link an EXE file so itwould monitorwhen it starts up so it has easier time to find the running process ?

or this app is intended for very primitive window types?

@AKruimink
Copy link
Owner

The app gets all active processes that that are running on the system.
However, the processes it can obtain are limited to the access level of WinReform.

In the latest release, the requirement to run as administrator was removed, as was discussed in #40. this means that if your looking for a process that runs with elevated privileges, Winform should also be ran as administrator to see them.

Also, sometimes the process that own the window, isn't the same process of the application with the icon, there might be cases where some obscure process needs to be found.

If the suggestion above doesn't resolve the issue, could you please provide some additional infrormation, like the app your trying to resize etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants