Bob,
Sorry I misunderstood your question. TestStand doesn't provide any built-in functionality to keep a dialog in the forefront of any other active window. That functionality is provided though the Windows API though. The Windows Application Programming Interface (API) provides methods for managing and controlling windows (minimize, maximize, move, resize, rename, close, and so on); managing applications (run application, quit application, print file, and so on; adding and removing network resources; keyboard filtering; and system utilities (mouse cursor position, windows path, screen resolution, system path, and so on). You can find more information about the Windows API on Microsoft's website. You can use these API methods directly from Test
Stand or within your development environment of choice (LabVIEW, CVI, Visual Studio, or Visual Studio.NET). In case you are using LabVIEW, we have a KnowledgeBase that describes how to use the Windows API and also includes a link to some VIs that call the Windows API methods. You can find this document here:
KnowledgeBase 2GP9OUYP: How Do I configure My LabVIEW Application Window to Always Be on Top?I hope that helps you.
Regards,
Shannon R
Applications Engineer
National Instruments