Click here to Skip to main content
15,922,894 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to start a process when windows starts first time Pin
Dave Kreskowiak13-Apr-05 4:26
mveDave Kreskowiak13-Apr-05 4:26 
GeneralPassing value from combo box to textbox (urgent) Pin
AndyYie12-Apr-05 16:19
AndyYie12-Apr-05 16:19 
GeneralRe: Passing value from combo box to textbox (urgent) Pin
vertig073012-Apr-05 16:22
vertig073012-Apr-05 16:22 
GeneralRe: Passing value from combo box to textbox (urgent) Pin
AndyYie12-Apr-05 16:26
AndyYie12-Apr-05 16:26 
GeneralListView RElational Pin
Codero12-Apr-05 14:50
Codero12-Apr-05 14:50 
GeneralRe: ListView RElational Pin
Dave Kreskowiak13-Apr-05 4:33
mveDave Kreskowiak13-Apr-05 4:33 
Generalslash screen Pin
Lisana12-Apr-05 9:58
Lisana12-Apr-05 9:58 
GeneralRe: slash screen Pin
rwestgraham12-Apr-05 10:16
rwestgraham12-Apr-05 10:16 
Lisa,

Just create a regular form in VB.NET , typically you would change it's properties so it does not show a title bar or controlbox. Set the form as the startup object and have it call your application initialization code. If the initialization succeeds, have the form launch the main application form and then close itself. Or you can have the main application form initially hidden, then have the main application form show a splash screen. The second approach is a little easier to code in NET.

Although I think having a splash screen is still part of the overall presentation of an application, unfortunately much of the point of having a splash screen in the first place is to minimize the user's perception of startup time. This is compromised in NET because the framework itself has to load before you can even show a splash screen and in many cases the framework loading will represent a good percentage or even the majority of your start up time.

Robert
GeneralRe: slash screen Pin
Lisana12-Apr-05 10:43
Lisana12-Apr-05 10:43 
GeneralRe: slash screen Pin
vertig073012-Apr-05 11:29
vertig073012-Apr-05 11:29 
GeneralRe: slash screen Pin
Lisana12-Apr-05 12:05
Lisana12-Apr-05 12:05 
GeneralRe: slash screen Pin
rwestgraham12-Apr-05 14:20
rwestgraham12-Apr-05 14:20 
Generalth VB in Access Pin
thetuxpenguin12-Apr-05 6:09
thetuxpenguin12-Apr-05 6:09 
GeneralRe: th VB in Access Pin
Dave Kreskowiak12-Apr-05 6:38
mveDave Kreskowiak12-Apr-05 6:38 
GeneralRe: th VB in Access Pin
thetuxpenguin12-Apr-05 7:44
thetuxpenguin12-Apr-05 7:44 
GeneralRe: th VB in Access Pin
Dave Kreskowiak12-Apr-05 7:58
mveDave Kreskowiak12-Apr-05 7:58 
GeneralRe: th VB in Access Pin
thetuxpenguin12-Apr-05 8:31
thetuxpenguin12-Apr-05 8:31 
GeneralRe: th VB in Access Pin
thetuxpenguin12-Apr-05 8:33
thetuxpenguin12-Apr-05 8:33 
GeneralRe: th VB in Access Pin
Dave Kreskowiak12-Apr-05 8:50
mveDave Kreskowiak12-Apr-05 8:50 
QuestionGetting RAM via registry? Pin
Member 108658612-Apr-05 4:50
Member 108658612-Apr-05 4:50 
AnswerRe: Getting RAM via registry? Pin
Dave Kreskowiak12-Apr-05 5:40
mveDave Kreskowiak12-Apr-05 5:40 
GeneralRe: Getting RAM via registry? Pin
Member 108658612-Apr-05 7:50
Member 108658612-Apr-05 7:50 
GeneralRe: Getting RAM via registry? Pin
Dave Kreskowiak12-Apr-05 8:03
mveDave Kreskowiak12-Apr-05 8:03 
GeneralRe: Getting RAM via registry? Pin
Member 108658612-Apr-05 8:10
Member 108658612-Apr-05 8:10 
GeneralRe: Getting RAM via registry? Pin
Dave Kreskowiak12-Apr-05 8:44
mveDave Kreskowiak12-Apr-05 8:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.