How to use Open mode

How can I put an image for about 2 seconds somethings like that then the app takes me to the form1

Like a splash screen?

Will you be running as a web app or a PhoneGap app?

I run it As a web app

Why not make it Form1?

I’m ok with that but what exactly what I want , when the user open the app it shows him a logo for about 2 seconds and automatically turns him into the form 1

Have the firstform display only your image.

Use SetTimeOut to call ChangeForm after 2 seconds.

https://wiki.nsbasic.com/SetTimeout
https://wiki.nsbasic.com/ChangeForm