Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
AnswerRe: Good Looking UI Components Pin
Eduard Keilholz19-Jul-07 2:37
Eduard Keilholz19-Jul-07 2:37 
QuestionListBox with LARGE Rows Pin
Sukhjinder_K19-Jul-07 2:15
Sukhjinder_K19-Jul-07 2:15 
AnswerRe: ListBox with LARGE Rows Pin
Luc Pattyn19-Jul-07 2:26
sitebuilderLuc Pattyn19-Jul-07 2:26 
GeneralRe: ListBox with LARGE Rows Pin
Sukhjinder_K19-Jul-07 2:28
Sukhjinder_K19-Jul-07 2:28 
QuestionHttpWebResponse Pin
nasambur19-Jul-07 2:12
nasambur19-Jul-07 2:12 
QuestionControl updating is slow Pin
Geert van Horrik19-Jul-07 2:05
Geert van Horrik19-Jul-07 2:05 
AnswerRe: Control updating is slow Pin
Martin#19-Jul-07 2:14
Martin#19-Jul-07 2:14 
GeneralRe: Control updating is slow Pin
Geert van Horrik19-Jul-07 2:26
Geert van Horrik19-Jul-07 2:26 
Thank you for your answer. However, I don't want to show any form.

In my startup, I want to use this code:

<br />
                // Show splash screen<br />
                EASplashScreen splash = new EASplashScreen();<br />
                splash.ShowDialog();<br />
<br />
                // Run application<br />
                Application.Run(MainForm.GetInstance());<br />


The splash screen does the complete initialization such as listing plugins, getting the first instance of the mainform etc. Then, it automatically closes when it is ready.

I then want the application to be completely read (at least the mainform).

Best regards,

-----
Geert

Need an advanced auto-update feature for your software? Try Updater!
Visit my website: http://www.catenalogic.com

GeneralRe: Control updating is slow Pin
Luc Pattyn19-Jul-07 2:31
sitebuilderLuc Pattyn19-Jul-07 2:31 
GeneralRe: Control updating is slow Pin
Geert van Horrik19-Jul-07 2:48
Geert van Horrik19-Jul-07 2:48 
GeneralRe: Control updating is slow Pin
Martin#19-Jul-07 3:04
Martin#19-Jul-07 3:04 
GeneralRe: Control updating is slow Pin
Luc Pattyn19-Jul-07 3:20
sitebuilderLuc Pattyn19-Jul-07 3:20 
GeneralRe: Control updating is slow Pin
Geert van Horrik19-Jul-07 3:22
Geert van Horrik19-Jul-07 3:22 
GeneralRe: Control updating is slow Pin
Martin#19-Jul-07 3:24
Martin#19-Jul-07 3:24 
GeneralRe: Control updating is slow Pin
Geert van Horrik19-Jul-07 3:28
Geert van Horrik19-Jul-07 3:28 
GeneralRe: Control updating is slow Pin
Martin#19-Jul-07 3:38
Martin#19-Jul-07 3:38 
GeneralRe: Control updating is slow Pin
Geert van Horrik19-Jul-07 3:39
Geert van Horrik19-Jul-07 3:39 
GeneralRe: Control updating is slow Pin
Geert van Horrik19-Jul-07 4:01
Geert van Horrik19-Jul-07 4:01 
GeneralRe: Control updating is slow Pin
Martin#19-Jul-07 4:13
Martin#19-Jul-07 4:13 
GeneralRe: Control updating is slow Pin
Martin#19-Jul-07 4:44
Martin#19-Jul-07 4:44 
GeneralRe: Control updating is slow Pin
Geert van Horrik19-Jul-07 5:06
Geert van Horrik19-Jul-07 5:06 
GeneralRe: Control updating is slow Pin
Martin#19-Jul-07 7:02
Martin#19-Jul-07 7:02 
GeneralRe: Control updating is slow Pin
Geert van Horrik19-Jul-07 21:18
Geert van Horrik19-Jul-07 21:18 
GeneralRe: Control updating is slow Pin
Martin#19-Jul-07 21:23
Martin#19-Jul-07 21:23 
GeneralRe: Control updating is slow Pin
Geert van Horrik19-Jul-07 21:35
Geert van Horrik19-Jul-07 21:35 

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.