Launching a Modal Dialog - .NET

Purpose

This example demonstrates how to use .NET and the TestStand API to create a dialog box that is modal to the TestStand main application window.

Example File Location

<TestStand Public>\Examples\Fundamentals\Launching a Modal Dialog\DotNet\Launching a Modal Dialog.seq

Highlighted Features

  • Modal dialog boxes
  • TestStand API

Major API

  • Engine.NotifyStartOfModalDialogEx
  • Engine.NotifyEndOfModalDialog

Prerequisites

None

How to Use This Example

This example uses a .NET Action step to call a function in a .NET DLL to create a modal dialog box.