Get the response code.

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

Syntax

Visual Basic
Public Function GetResponse ( _
	ByRef lResponse As Integer, _
	ByRef ResponseTimeStamp As DateTime _
) As Boolean

Parameters

lResponse
Type: System..::..Int32%
Response code
ResponseTimeStamp
Type: System..::..DateTime%

[Missing <param name="ResponseTimeStamp"/> documentation for "M:ExpSuite.frmExp.GetResponse(System.Int32@,System.DateTime@)"]

Return Value

True if any response was given, False otherwise.

Remarks

Following codes are available:
  • 0: First response button (usually Left or OK)
  • 1: Second response button (usually Right)
  • ...
  • ...
  • N: N-th response button (maximum number defined by AFC on Init)
  • ...
  • ...
  • 15: Last possible response button
  • 256: Button "Start"
  • 257: Button "Next"
  • 258: Button "Cancel"
  • See Also