Introduction - If you have any usage issues, please Google them yourself
Ie how to obtain a change of address and Option ExplicitPrivate Declare Function EnumWindows Lib user32 (ByVal lpEnumFunc As Any, ByVal lParam As Long) As Long Start the enumeration.Private Sub cmdFindAddress_Click () lblAddress.Caption = EnumWindows AddressOf EnumProc, 0End SubPrivate Sub Form_Load () End Sub