answersLogoWhite

0

What is a start up form in VB?

User Avatar

Anonymous

11y ago
Updated: 8/19/2019

A start up form is a form that you see first when a program runs. If you run any application like Word or Excel, you always briefly see a form pop up with the name of the program. After a few seconds it disappears and the program starts. That form is the start up form. As well as showing you the name of the program, it is also a way of briefly distracting the user while the program itself is actually loading, rather than the user seeing nothing. In VB you can create a form and designate it as the start up form and have it shown first when you run your application.

User Avatar

Wiki User

11y ago

What else can I help you with?