I agree with Archie suggestion to use INI file.
I'd make a Welcome form, on this Welcome form, put your logo, AAHMI logo, customer logo and
add a regular button 'Continue'
Double click the 'Continue' button and enter some code:
MainForm.Show()
Me.Close()
Then, in Project property, change Startup Form to 'Welcome'
and
Shutdown Mode to 'When last form closes'
Now back to Mainform is where you do your work and driver.