Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: .INI file usage in C# Pin
Nick Parker7-Nov-02 13:20
protectorNick Parker7-Nov-02 13:20 
GeneralBy the way, ... Pin
Anonymous7-Nov-02 20:33
Anonymous7-Nov-02 20:33 
GeneralRe: By the way, ... Pin
Nick Parker8-Nov-02 3:40
protectorNick Parker8-Nov-02 3:40 
GeneralRe: .INI file usage in C# Pin
Karavaev Denis8-Nov-02 1:10
Karavaev Denis8-Nov-02 1:10 
GeneralClass/Collection tutorial Pin
hammackj7-Nov-02 10:34
hammackj7-Nov-02 10:34 
GeneralBeginner Q: How to create a splash screen Pin
matthias s.7-Nov-02 8:28
matthias s.7-Nov-02 8:28 
GeneralRe: Beginner Q: How to create a splash screen Pin
Daniel Turini7-Nov-02 8:43
Daniel Turini7-Nov-02 8:43 
GeneralRe: Beginner Q: How to create a splash screen Pin
matthias s.8-Nov-02 0:29
matthias s.8-Nov-02 0:29 
Thanks for your answer, but:

1. you don't have control over the loading progress. What I wanted to do is to display the splash screen only as long as my form needs to load. No longer no shorter.

2. Another issue with those splash screens ist that they should stay on top of all windows in your application. If you do it a modal dialog, processing (loading the main form) will not continue as long as the form is shown, if you do it with .TopMost=true and .Show, you have it hanging over each and every application. As well not quite what I would need.

After giving the whole thing a good thought, I came to the point that the only solution is to spawn a new thread when the main window starts loading, show a form in this thread and stop the thread when I'm through with my stuff and the main wnd is ready to be shown.

Agree?

Thanks a lot,

Matthias



In theory, there is no difference between theory and practice. In practice, however, there is.

(unknown author)

GeneralRe: Beginner Q: How to create a splash screen Pin
Ray Cassick8-Nov-02 8:16
Ray Cassick8-Nov-02 8:16 
GeneralSerializing an Exception object Pin
solidstore7-Nov-02 7:12
solidstore7-Nov-02 7:12 
GeneralRe: Serializing an Exception object Pin
Franz Pikal7-Nov-02 22:00
Franz Pikal7-Nov-02 22:00 
GeneralRe: Serializing an Exception object Pin
solidstore7-Nov-02 22:47
solidstore7-Nov-02 22:47 
GeneralRe: Serializing an Exception object Pin
Franz Pikal7-Nov-02 23:05
Franz Pikal7-Nov-02 23:05 
GeneralDynamic load of objects and its effects Pin
LongRange.Shooter7-Nov-02 3:46
LongRange.Shooter7-Nov-02 3:46 
GeneralRe: Dynamic load of objects and its effects Pin
Stephane Rodriguez.7-Nov-02 4:43
Stephane Rodriguez.7-Nov-02 4:43 
GeneralRe: Dynamic load of objects and its effects Pin
LongRange.Shooter7-Nov-02 5:46
LongRange.Shooter7-Nov-02 5:46 
GeneralCan't change textbox.text from code after binding to dataset!!! Pin
cternek6-Nov-02 21:59
cternek6-Nov-02 21:59 
QuestionProcess.id ? Pin
imran_rafique6-Nov-02 10:07
imran_rafique6-Nov-02 10:07 
AnswerRe: Process.id ? Pin
leppie6-Nov-02 10:25
leppie6-Nov-02 10:25 
Questionhow to make a plugin Pin
Asim N.6-Nov-02 8:04
Asim N.6-Nov-02 8:04 
AnswerRe: how to make a plugin Pin
leppie6-Nov-02 10:31
leppie6-Nov-02 10:31 
GeneralRe: how to make a plugin Pin
Eric Gunnerson (msft)6-Nov-02 13:46
Eric Gunnerson (msft)6-Nov-02 13:46 
GeneralRe: how to make a plugin Pin
Philip Fitzsimons7-Nov-02 1:42
Philip Fitzsimons7-Nov-02 1:42 
GeneralRe: how to make a plugin Pin
Philip Fitzsimons7-Nov-02 1:45
Philip Fitzsimons7-Nov-02 1:45 
GeneralRe: how to make a plugin Pin
James T. Johnson7-Nov-02 2:41
James T. Johnson7-Nov-02 2: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.