[Windows Forms/C#] Help required on Splash screen!

piratamorgan

New Member
Hi Guys<BR><BR>I am in need of some assistance on the splash screen in C# in window forms.<BR><BR>I have created a small splash screen and it is working well. But I have some teething problems as to why it won't show each string with some pause, because the splash screen always shows the last string and closes. It returns to the main form.<BR><BR>Basically I want my splash screen to work like this:<BR><BR>Initializing....<BR><BR>[pause]<BR><BR>Loading [table name].....<BR><BR>[pause].....<BR><BR>Loading
<BR><BR>etc<BR><BR>My splash screen code-behind form has no while loops. It just retrieves the data and puts into an object.<BR><BR>Any example of a coding to show me how the above can work slightly slower rather than showing the splash screen too quick.<BR><BR>Any help would be most appreciated.<BR><BR>Thanks<BR><BR>Newbie <BR>
 
Top