Skip to main content
guest
Join
|
Help
|
Sign In
RockyVB
Home
guest
|
Join
|
Help
|
Sign In
Wiki Home
Recent Changes
Pages and Files
Members
Home
Handy Hint Example
Handy Hints
Great Code
Good VB Resources
Instructor Resources
How to use Wikispaces
Dylan Booth
Edit
0
1
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
Hint 1
lstbox.items.add("dylanbooth")
if btnTrue = false then
lstbox.visible = false
else
lstbox.visible = true
end if
Hint 2
msg = "Metres to centremetres: " & vbNewLine & _
"metres: " & FormatNumber(metres) & vbNewLine & _
"cm: " & FormatNumber(cm)
' this shows that you can change the format of an integer so it makes sense.
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
lstbox.items.add("dylanbooth")
if btnTrue = false then
lstbox.visible = false
else
lstbox.visible = true
end if
Hint 2
msg = "Metres to centremetres: " & vbNewLine & _
"metres: " & FormatNumber(metres) & vbNewLine & _
"cm: " & FormatNumber(cm)
' this shows that you can change the format of an integer so it makes sense.