Microsoft Visual Basic Primer Edition [design]
File Edit View Run Debug Options Window Help
&
&
i
°l | |
\ |
M |
A |
H |
□ |
o |
® | |
sa |
m |
03 |
g |
& |
S |
O |
0 |
[h |
Check Boxes
CHECK2.FRM
Object: |
Form |
i |
Proc: |
Load |
a |
Dim Newline fis String
' The newline sends a carriage return and
• linę feed sequence to the poem so that ' the poem can appear as a multiple-line ' poem.
Newline = Chr$(13) + Chr$(10)
• Fili the label with the poem
' and concatenate the newline characters lblPoem = "Uisual Basic is the best." lblPoem = lblPoem & Newline
lblPoem = lblPoem & "It*s much better than the rest lblPoem = lblPoem & Newline
lblPoen = lblPoen & "If uou euer hear differentl
lblPoem = lblPoem & Newline
frmCheck
1035,1140
♦