README.md

December 4, 2022 ยท View on GitHub

Getting list of handles using EnumWindows function

Description

EnumWindow can list the handle of every open window on your system. Here is an application demonstating the same.

More Info

List of Windows

Submitted On2000-01-21 21:55:44
BySanjeev Sirigere
LevelIntermediate
User Rating4.2 (164 globes from 39 users)
CompatibilityVB 5.0, VB 6.0
CategoryWindows API Call/ Explanation
WorldVisual Basic
Archive FileCODE_UPLOAD29741212000.zip

Contents

  1. 1Getting list of handles using EnumWindows function
  2. 1.1Description
  3. 1.2More Info