Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading Screen

Status
Not open for further replies.

apc2003

Programmer
Aug 29, 2003
54
GB
I used to program using Delphi and had the ability to make a loading screen that appeared before a application ran and had a progressbar that filled up while arrays etc where being initialised etc etc etc...

As you who know C# is very different from Delphi as far as syntax goes...

Can anyone suggest the best way to go at making a proper loading screen using C#.

Any code sample would be welcomed.

Regards in advance...
 
What you're looking for is a "splash screen".

Here's an article on CodeProject about creating one for the .NET compact framework. It'll probably work in the full framework too.


Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top