下载此文档

Fundamentals of Programming in Visual Basic (VB):在Visual Basic编程基础(VB).ppt


文档分类:论文 | 页数:约27页 举报非法文档有奖
1/27
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/27 下载此文档
文档列表 文档介绍
Fundamentals of Programming in Visual Basic (VB)
Visual Basic Events
Simple Statement
1
Chapter 3
Event
An event is an action, such as the user clicking on a button
Usually, nothing happens in a Visual Basic program until the user does something and generates an event.
What happens is determined by statements. Visual Basic Events
2
Chapter 3
Assignment Statements
Assign a value to a property.
General Form:
source = value
A value on the right-hand side of = is assigned to the left-hand size of =.
3
Chapter 3
Sample Statements
=
= True
= “Hello World”
General Form:
= setting
Value represented by setting is stored into
Color is a structure allowing us to specify various colors
4
Chapter 3
Lab
Refers to the examples in the Lab
5
Chapter 3
Sample Form
txtFirst
txtSecond
btnRed
6
Chapter 3
Focus
When you click on a text box, a cursor appears in the text box, and you can type into the text box.
Such a text box is said to have the focus.
If you click on another text box, the first text box loses the focus and the second text box receives the focus.
7
Chapter 3
Examples of Events



General Form:

This event occurs when a mouse is clicked on the button btnShow
This event occurs when user changes the text of txtBox
This event occurs when the input focus leaves txtBox
8
Chapter 3
The three steps in creating a Visual Basic program:
Create the interface; that is, generate, position, and size the objects.
Set properties; that is, configure the appearance of the objects.
Write the code that executes when events occur.
9
Chapter 3
Code Window
Method Name box
Class Name box
Page tab
Page tab:
1. is a code window
2. [design] is a design window (to manipulate the window appearance)
10
Chapter 3

Fundamentals of Programming in Visual Basic (VB):在Visual Basic编程基础(VB) 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数27
  • 收藏数0 收藏
  • 顶次数0
  • 上传人86979448
  • 文件大小251 KB
  • 时间2018-04-25