lvb Posted August 10, 2011 Report Share Posted August 10, 2011 The "All Windows" dialog displays information on all child windows of LabVIEW. This dialog includes Project Explorer, Front Panel, Block Diagram, Class Hierarchy, .... All Windows Dialog Box Is it possible to access the same information through VI server or scripting? I would like to obtain all information listed in the "All Windows" dialog in my application. Quote Link to comment
lvb Posted August 18, 2011 Author Report Share Posted August 18, 2011 (edited) Shameless bump for this thread... Does anyone on Lava know how to get a list of the Windows displayed within LabVIEW? It does not seem to be exposed through the Windows API. Edited August 18, 2011 by brianafischer Quote Link to comment
asbo Posted August 18, 2011 Report Share Posted August 18, 2011 Generally speaking, you can use EnumChildWindows() to find the windows you're looking for. How you'd implement a callback function in LabVIEW, I don't know. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.