Displays and activates a panel as a modal dialog box. You must call this function from the thread in which you create the panel. While the modal dialog box is visible, the user cannot operate any other panels that you created in the same thread. file:///d:/program%20files/national%20instruments/cvi85/bin/libref/note.gif | Note While you can pass a child panel to this function, it is not recommended. Although the panel will retain its status as a child panel, it will not behave like one while it is modal, which might produce unpredictable results elsewhere in your program. |
file:///d:/program%20files/national%20instruments/cvi85/bin/libref/dot.gif Prototype file:///d:/program%20files/national%20instruments/cvi85/bin/libref/dot.gif int InstallPopup (int Panel_Handle); |