Easy language because of the full support of object-oriented programming concept, it is also a feature of the function and appearance of the separation of good programming ideas. Understanding and mastering the human-computer interaction in easy language is of great significance for understanding the language programming thinking and mastering the programming core of language easily. The following is to learn the language of the implementation of human-computer interaction specific methods.
Method/Step
First create a Windows window program, and use the window palette to draw a programming box and a button component for the Visual window.
View the name of the edit box: When the edit box is selected, you can see the name of the current edit box in the folder Properties panel, which is edit box 1.
Select the button component, and in the folder Properties panel, click the Select Add Event handler Drop-down list here and select the "clicked" event from it.
The Assembly window pops up and the following code is entered:
Copy Code code as follows:
edit box 1. Content = "Welcome into the ' easy ' world!" ”
edit box 1. Text color = take color values (255, 0, 0)
Then click on the "Run" button, you can test the effect.
This article is the first here, the next article we learn some more in-depth content