Pages

Thursday, January 13, 2011

Visual Basic popup message box

Description: This is useful for alerting the user to some new information. It's also helpful for debugging.

Example Code:
 MessageBox.Show("yay!")

Notes: If you need to see the value of a variable, you can always have it pop up a messagebox to show the value.

1 comment:

  1. My favorite is creating a message in JavaScript with
    alert('yah!')

    But even more than that is using a ColdFusion custom cf_pop tag that abstracts the implementation into a tag syntax ;)

    ReplyDelete