Show the experimental screen for the next stimulus.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Sub ShowNextScreen ( _
	szFB As String, _
	lForeColor As Color _
)

Parameters

szFB
Type: System..::..String
Text to be displayed on the screen, f.e. as a feedback.
lForeColor
Type: System.Drawing..::..Color
The color of the text given in szFB, otherwise use SystemColors.ControlText.

Remarks

Calling ShowNextScreen, all interval will be deselected and the text szFB will be displayed. The GetResponse procedure will wait for the next button (if used in Settings).

See Also