Ved International Discussion Board


Join the forum, it's quick and easy

Ved International Discussion Board
Ved International Discussion Board
Would you like to react to this message? Create an account in a few clicks or log in to continue.

the purpose of this example is to familiarize you with the basic

Go down

the purpose of this example is to familiarize you with the basic Empty the purpose of this example is to familiarize you with the basic

Post by binusasi Wed Jul 18, 2012 8:10 pm

the purpose of this example is to familiarize you with the basic approach used in event-driven programming. Don't be concerned if the syntax being used seems unfamiliar. It's explained in much more detail later in the course.
Now consider the code associated with the Click event for the cmdReset button. Clicking the button changes the Text property in the txtName text box back to its original value, “John Doe,” as shown in the following example code :
Sub cmdReset_Click()
txtName.Text = "John Doe"
End Sub

binusasi
binusasi
LEADER Of ALL
LEADER Of ALL

Posts : 7988
Join date : 2011-12-07

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum