Beginning VB 6For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Quick question for someone, how do you change the startup order of the forms? They are already created however I require the splash screen to load first. Need to know how to change it.
In the VB IDE, open up the Project Properties dialog. On the General tab there is a "Startup object" drop-down, just choose your splash form here and it will be the first form loaded when the app starts.