Show a message box on the top of all windows.

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

Syntax

Visual Basic
Private Function MsgBoxOnTop ( _
	szPrompt As String, _
	lButtons As MsgBoxStyle, _
	szTitle As String _
) As Integer

Parameters

szPrompt
Type: System..::..String
Prompt
lButtons
Type: Microsoft.VisualBasic..::..MsgBoxStyle
Buttons options
szTitle
Type: System..::..String
Title

Return Value

Button clicked

Remarks

MsgBoxOnTop is equivalent to MsgBox with the difference, that it will show the message box on the top of all windows. See the description of MsgBox for details on parameters.

See Also