MessageBox.Show Method

Displays simple message boxes.

shared Show(
   message as string,
   title as string) as void

Parameters

message
The message to be displayed.
title
The title for the message-box.

Returns

void

Remarks

MessageBox.Show(“Some message”);

See Also

MessageBox Class