Skip to content

PSanni/HandleFocus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

No packages published

Languages