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.
DECLARE INTEGER ShellAbout IN shell32;
INTEGER hwnd,;
STRING szApp,;
STRING szOtherStuff,;
INTEGER hIcon
hwnd = 0
szApp = ">>> The ShellAbout function # >>> displays a Shell About dialog box"
szOtherStuff = ">>> If the function succeeds, the return value is TRUE"
hIcon = 0
? ShellAbout (hwnd, szApp, szOtherStuff, hIcon)