Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[COLOR=blue] With Picture1
.AutoRedraw = True
.ScaleMode = vbPixels
.FontName = "Arial"
.FontSize = 18
.FontBold = True
.CurrentX = 15
.CurrentY = 15
.ForeColor = vbBlack
Picture1.Print "Just an example"
.CurrentX = 13
.CurrentY = 13
.ForeColor = vbWhite
Picture1.Print "Just an example"
.AutoRedraw = False
End With[/color]