Presentation is loading. Please wait.

Presentation is loading. Please wait.

and the properties. I named this lblName.

Similar presentations


Presentation on theme: "and the properties. I named this lblName."— Presentation transcript:

1

2

3

4

5

6

7

8

9

10

11

12

13

14 and the properties.

15

16 I named this lblName

17 Now I am naming this txtName because it is a text box.

18

19

20 cmdHello is the name I gave the command button - the cmdHello_Click() shows that the code I put in here will be executed when the button is clicked - the click event associated with the command button.

21

22 Originally I removed text1 as writing in the text box by setting the text property empty. Now I am going to set the text property of the text box txtResponse to a message.

23 Now I am going to put the word Hello into the the text box
Now I am going to put the word Hello into the the text box. Please note the black box shown after Hello is because I must have pressed the insert key.

24 You need to save both the form with a
You need to save both the form with a .frm extension and the project with a .vbp extension. You need to send me both the project and the form.

25 Now you can see the word Hello being displayed in the text box named txtResponse.

26 Now I am concatenating the literal hello with the contents or text in the field called txtName. Note that when I concatenated them there was no space between the fields.

27 Now I have put a space in the literal making it "Hello " this space becames part of the literal and will separate the word Hello from the text in txtName.


Download ppt "and the properties. I named this lblName."

Similar presentations


Ads by Google