Skip to content

A library for retrieving the handle of either a specific window, or just the currently focused window.

Notifications You must be signed in to change notification settings

Lexz-08/SharpHandle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpHandle

Description

A library for retrieving the handle of either a specific window, or just the currently focused window.

How To Use

// If you're getting the currently selected window handle.
IntPtr ForegroundWindow_Handle = HandleGetter.GetFocusedWindowHandle();

// If you're getting a specifiic window based on its title.
// Replace '<WindowTitle>' with the title of the window you're trying to get the handle of/from.
IntPtr SpecificWindow_Handle = HandleGetter.GetWindowHandle("<WindowTitle>");

Download

SharpHandle.dll

About

A library for retrieving the handle of either a specific window, or just the currently focused window.

Topics

Resources

Stars

Watchers

Forks

Languages