Visual Basic called an event-driven programming language

2007-10-19 6:50 pm
Why is Visual Basic (VB) called an event driven programming language ?
(dun just copy from the internet .. thats lame)

回答 (1)

2007-10-21 7:54 pm
✔ 最佳答案
Visual Basic is a language for building graphical user interface (GUI) applications. Unlike command line based programs which run sequentially until the program is returned, actions in GUI applications start at the time when the user triggers an event of the control component in the program interface. Examples of events include: click, double click, mouse over, mouse down, mouse up, key press, key down, key up, drag, focus, blur, change, select, timer, etc. In normal cases, a program is terminated when the user clicks the exit button in the program interface.


收錄日期: 2021-04-13 14:00:13
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20071019000051KK01033

檢視 Wayback Machine 備份