Ok fine,
So I use the user32.dll to get the hwnd of a labview vi window. What is the
name of the window? I could use FindWindow but this needs a string with the
name of the window and another parameter. How do I get these values or is
there a more convienient way?
Thanks
"Gorka Larrea" wrote in message
news:506500000005000000C4240000-986697009000@quiq.com...
> You can use every activeX control registered in your system, just
> check under ActiveX palette, and sure LabVIEW can use hwnd values,
> because they are used in many api calls like gtoolbox does.
> Hope this helps