einstalker
New Member
Hi,
I was wondering if I could get the handle (hwnd) of a control in an UI app? I saw some java code snippets but was unable to use them.
Perhaps something like this:
TIA.
I was wondering if I could get the handle (hwnd) of a control in an UI app? I saw some java code snippets but was unable to use them.
Perhaps something like this:
B4X:
Dim hwd as int = panel1.Handle
TIA.