MessageView.Open (gb.form)

Sub Open ( Text As String [ , Icon As Picture ] )

Open the message panel to display the specified message.

  • Text : the text of the message.

  • Icon : the icon displayed just before the message.

If the message panel is already opened, then the message is stacked.

Messages are displayed successively, and the message panel is closed only when there is no message to read anymore.

Example

MessageView1.Open("Congatulations! You're a winner", Picture["icon:/48/ok"])