Wisej.Web.VisualBasic.Interaction
Namespace: Wisej.Web.VisualBasic
Assembly: Wisej.Framework (2.5.0.0)
Replaces the visual methods in Microsoft.VisualBasic.Interaction.
Sounds a tone through the computer's speaker.
Target
Context object that initiated this call.
AudioBase64
Optional. Custom audio stream. If omitted the default beep wav is played.
Displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box.
Asynchronous displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box.
Displays a message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked.
Asynchronously displays a message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked.
Loading...
Loading...