Friday, October 26, 2007

Provide yourself an example (not one from your instructor) of how you use a particular command thatwill help jog your memory in the future when you need that command again. You must provide a littlecode as well as a written explanation with this one.

A particular command that I use for the joke application was the end command. This command tells the form that you want it to close when you click the button. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Close() End SubEnd Class. This code represents the way to close a program.

No comments: