MessageShow(String, String) Method
Show message box.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static void Show(
string text,
string caption
)
Public Shared Sub Show (
text As String,
caption As String
)
Parameters
- text String
- Text to show.
- caption String
- Caption for the message box.