ENVIRONMENT IN PROGRAMMING EDUCATION, Lecture notes of English

Programming Programming language semantics and syntax are used when constructing an application. Thus, programming requires knowledge of application domains, algorithms and programming language expertise. Programming language logic differs by developer. From a high level, good code can be evaluated with factors

Typology: Lecture notes

2018/2019

Uploaded on 08/23/2019

Detective-Co
Detective-Co 🇵🇭

4

(1)

12 documents

1 / 8

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
VISUAL BASIC
Common Events in Visual Basic Controls
pf3
pf4
pf5
pf8

Partial preview of the text

Download ENVIRONMENT IN PROGRAMMING EDUCATION and more Lecture notes English in PDF only on Docsity!

VISUAL BASIC

Common Events in Visual Basic Controls

Change -the user modifies text in a combo box or text box. Click -the user clicks the primary mouse button on an object. DblClick -the user double-clicks the primary mouse button on an object.

KeyDown -the user presses a keyboard key while an object has focus. KeyUp -the user releases a keyboard key while an object has focus. LostFocus -object loses focus KeyPress -the user presses and releases a keyboard key while an object has focus.

MouseDown -the user presses any mouse button while the mouse pointer is over an object. MouseMove -the user moves the mouse pointer over an object. MouseUp -the user releases the button while the mouse pointer is over an object.

Common Methods of Visual Basic Move -changes an object positions in response to a code request. Drag -handles the execution of a drag- and-drop operation by the user.

SetFocus -gives focus to the object specified in the method call ZOrder -determines the order in which multiple objects appear onscreen