Skip to content

moonchant12/w32find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

w32find

Go Reference

Package w32find provides a set of interface to win32 APIs that can be used to find windows and their controls.

Install

go get -v github.com/moonchant12/w32find

Import

import "github.com/moonchant12/w32find"

Usage

hwnd1, err1 := w32find.FindWindowFromEnum("Your parent window title")
hwnd2, err2 := w32find.FindWindowEx(hwnd1, 0, "", "Your child window title")

About

Find parent windows and their children windows using win32api.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages