Visual Basic Quick References
|
|
| While...Wend |
This is a looping proccedure. The format is
While condition
Statements
wend
Example: While n<100
Print "Less than 100"
Wend |
| Width |
Property of a control or object
that represent the width of that control/object.
Example: Image1.Width=200
|
| |
|
| |
|
| |
|
|
|
[Back to VB Guide]