GitHub - PSanni/HandleFocus: .Net library to handle focusing of open windows. · GitHub
Skip to content

PSanni/HandleFocus

Folders and files

Repository files navigation

HandleFocus

.Net library to handle focusing of open windows.

Sometime we need to focus running process windows programatically.

HandleFocus f = new HandleFocus();
f.FocusByTitle("notepad"); //focusByTitle use to set focus by program title.
HandleFocus f = new HandleFocus();
f.Focus("notepad"); //Simple "focus" use to set focus by process name.

About

.Net library to handle focusing of open windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages