QB64.org Forum
QB64 Team Software => InForm Discussion => Topic started by: KnotHead on February 25, 2019, 10:08:19 am
-
Would it be possible to create splash screens with inform 8?
Brian....
-
Because we're limited in QB64 to a single window, the way I envision a splash screen is to have a PictureBox control covering all controls at start until your load routines are finished. Then you set its .Hidden property to true and carry on.
-
Awesome. Thanks for your reply.