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.
#define WS_START_NORMAL 1
#define WS_START_MINIMISED 2
#define WS_START_MAXIMISED 3
thisform.Hide()
oWsh = CREATEOBJECT([WScript.Shell])
oWSH = CREATEOBJECT([WScript.Shell])
oWSH.Run([full_path_to_external_application goes here] ,;
WS_START_MAXIMISED, .t.)
thisform.Show()
As I stated in the original post, I ... want to hide the default Visual FoxPro window.
As I stated in the original post, I am somewhat rusty when it comes to FoxPro.
I also want to hide the default Visual FoxPro window.