Click here to Skip to main content
15,902,635 members
Home / Discussions / C#
   

C#

 
GeneralRe: Free resources Pin
Dave Kreskowiak3-Jul-05 16:21
mveDave Kreskowiak3-Jul-05 16:21 
GeneralC# and ASP.NET Pin
valvet3-Jul-05 12:59
valvet3-Jul-05 12:59 
GeneralRe: C# and ASP.NET Pin
Guffa3-Jul-05 13:35
Guffa3-Jul-05 13:35 
GeneralRe: C# and ASP.NET Pin
valvet4-Jul-05 3:01
valvet4-Jul-05 3:01 
Generalrich text box problems Pin
snouto3-Jul-05 12:40
snouto3-Jul-05 12:40 
Generalcontrols Pin
Anonymous3-Jul-05 11:20
Anonymous3-Jul-05 11:20 
GeneralRe: controls Pin
Christian Graus3-Jul-05 11:53
protectorChristian Graus3-Jul-05 11:53 
GeneralSplash Screen Architecture Pin
1nsp1r3d3-Jul-05 10:24
1nsp1r3d3-Jul-05 10:24 
Hello all,
After reading almost all tutorials on splash screen for C# I'm quite confused which aproach to take. So I want to ask you what would be the best way. Personally, what I've been thinking is doing something like this:
1. In Main() start the splash thread
2. Run the Main form thread
3. main form thread sends signals to the splash thread about the progress
4. main form sends a signal to the splash thread that it has finished and the splash thread closes itself

The thing is that I've done some threading recently but I haven't actually encountered how to call object methods on different threads. Another thing which I'm not sure about is, should the function which is to be called for the start point of the thread call Application.Run(SplashThread) for the splash thread and Application.Run(MainForm) ? Any advice is greatly appreciated.
GeneralRe: Splash Screen Architecture Pin
Christian Graus3-Jul-05 11:55
protectorChristian Graus3-Jul-05 11:55 
GeneralRe: Splash Screen Architecture Pin
1nsp1r3d3-Jul-05 12:34
1nsp1r3d3-Jul-05 12:34 
GeneralRe: Splash Screen Architecture Pin
Christian Graus3-Jul-05 12:49
protectorChristian Graus3-Jul-05 12:49 
GeneralRe: Splash Screen Architecture Pin
S. Senthil Kumar3-Jul-05 19:33
S. Senthil Kumar3-Jul-05 19:33 
GeneralRe: Splash Screen Architecture Pin
Christian Graus4-Jul-05 13:09
protectorChristian Graus4-Jul-05 13:09 
GeneralRe: Splash Screen Architecture Pin
S. Senthil Kumar4-Jul-05 19:22
S. Senthil Kumar4-Jul-05 19:22 
GeneralRe: Splash Screen Architecture Pin
cmaissan4-Jul-05 14:16
cmaissan4-Jul-05 14:16 
GeneralRe: Splash Screen Architecture Pin
1nsp1r3d5-Jul-05 0:11
1nsp1r3d5-Jul-05 0:11 
GeneralMDI Form Pin
Newbie_Toy3-Jul-05 8:25
Newbie_Toy3-Jul-05 8:25 
GeneralRe: MDI Form Pin
Libor Tinka3-Jul-05 12:56
Libor Tinka3-Jul-05 12:56 
GeneralRe: MDI Form Pin
Libor Tinka3-Jul-05 12:58
Libor Tinka3-Jul-05 12:58 
GeneralPrinting Pin
Jerry Hammond3-Jul-05 6:04
Jerry Hammond3-Jul-05 6:04 
GeneralRe: Printing Pin
cmaissan4-Jul-05 14:30
cmaissan4-Jul-05 14:30 
GeneralRe: Printing Pin
Jerry Hammond5-Jul-05 4:43
Jerry Hammond5-Jul-05 4:43 
GeneralHelp me please.... Pin
amarsumanth3-Jul-05 4:21
amarsumanth3-Jul-05 4:21 
GeneralRe: Help me please.... Pin
S. Senthil Kumar3-Jul-05 5:17
S. Senthil Kumar3-Jul-05 5:17 
GeneralRe: Help me please.... Pin
amarsumanth3-Jul-05 10:41
amarsumanth3-Jul-05 10:41 

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.