Code: Select all
ProcedureDLL.s GetHwndTitle(hwnd) ; get the window title of the specified hwnd
title.s = Space(#MAX_PATH)
GetWindowText_(hwnd, @title, #MAX_PATH)
ProcedureReturn title
EndProcedure
if anyone is interested, are there any functions, or a set of functions that u would like done in this lib?
these things might not be much, but they do make it a lot easier....