> Is it possible to get the window handle of a LabVIEW control? I know
> how to get the window handle of the VI (using FindWindowA in
> user32.dll) but I cannot figure out how to obtain a handle to an
> individual control, such as a string control or indicator. Any
> suggestions?
You can't find the way to do it, because the LV controls are windowless.
You don't mention what it is you want it for, but many of the same
actions are possible using property nodes or the event structure. You
can also use ActiveX controls instead. Most of them are windowed, and
that will give you the HWND that you are looking for.
Post a question about what you are trying to do, if you are still stuck.
Greg McKaskle