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.
Lparameters nDirection, nShift, nXCoord, nYCoord
If nShift = 2 And nDirection > 0
This.FontSize = This.FontSize + 1
This.Refresh
Endif
If nShift = 2 And nDirection < 0
This.FontSize = This.FontSize - 1
This.Refresh
Endif
I have also seen applications with a toolbar button
which pops-up a window with enlarged 'current control'.