LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the window handle of a panel?

Hi folks!

How can I retrieve the window handle of a panel of my application?

Thank you in advance.
Gustavo
0 Kudos
Message 1 of 2
(3,524 Views)

GetPanelAttribute (panel, ATTR_SYSTEM_WINDOW_HANDLE, &hwin) should do the trick. Only works on the top-most (parent) panel.

JR

0 Kudos
Message 2 of 2
(3,523 Views)