473,396 Members | 1,755 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Fast Splash Screen for .NET, using native compiled code?

I've got a .NET app that takes 10 seconds to load on a cold boot with
older machines. This is confusing to users.

I've put in a .NET splashscreen, which helps, but even that can take
several seconds to display.

An approach that I've seen discussed is to use native compiled code to
throw up the splashscreen while the .NET framework is loading. I think
this is a good approach. I found http://www.quicksplash.net/, but it uses
an approach that won't work for me (lock files written to %programfiles%).

I may have to learn some C++. I have some questions.

First, is there another solution to this problem that I didn't find?

Second, if the best solution is to write a splashscreen-launcher, what
would you recommend for a guy who has only ever done high level languages
like VB and C#? It looks like there is ATL, MFC, Win32 options in VS08--I
don't know one from another.

Any other general advice is appreciated.

Matt
Sep 26 '08 #1
1 2659
On Sep 26, 12:51 pm, Matt <usenet.junk....@gmail.comwrote:
I've got a .NET app that takes 10 seconds to load on a cold boot with
older machines. This is confusing to users.

I've put in a .NET splashscreen, which helps, but even that can take
several seconds to display.

An approach that I've seen discussed is to use native compiled code to
throw up the splashscreen while the .NET framework is loading. I think
this is a good approach. I foundhttp://www.quicksplash.net/, but it uses
an approach that won't work for me (lock files written to %programfiles%).

I may have to learn some C++. I have some questions.

First, is there another solution to this problem that I didn't find?

Second, if the best solution is to write a splashscreen-launcher, what
would you recommend for a guy who has only ever done high level languages
like VB and C#? It looks like there is ATL, MFC, Win32 options in VS08--I
don't know one from another.

Any other general advice is appreciated.

Matt
Honestly I would think that that solution is even more slower.
How you are creating your splash screen?
My splash gets displayed at once. It is just a small form with a
ImageBox, nothing fancy.

Are you sure you are not creating the splash frmo inside the main
window?
Sep 26 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Dave | last post by:
Hi, I have done some research, trying to Clear The Screen in java code. The first option was the obv: system.out.print("\n\n\n\n\n\n\n\n\n\n\n\n"); then i heard about this method:...
2
by: Bill | last post by:
Problem 1) Any ideas on how I would get a splash screen to appear for a certain amount of time when I open a database - it's to display a text based disclaimer message. I know about message...
3
by: andrewcw | last post by:
I implemented the simplest of splash screens ( static and on its own thread ). But it seem that when first called maybe 8 seconds elapsed before it showed up, the main form follows several seconds...
1
by: BillZondlo | last post by:
Can someone look at this and tell me why, when I call this from my main app, it displays fine (fades form in and out) but then before my main app displays, I see other dialog boxes flash...
14
by: SStory | last post by:
I am trying to make a splash screen for my vb.net app. It is an mdi app. including the splash code produces wierd results. not inluding makes things fine. Also have tried loading the splash...
2
by: Joe Cool | last post by:
Using VB in VS2005. 2005 has a new way to implment a spash screen that alleviates the need for hardly any code. But I have found that when a GUI that has a splash screen is run as a scheduled task,...
0
by: blue_nirvana | last post by:
I have a program that automatically checks for an updated version on the network and if it finds it, it retrieves the new version and restarts. I have a splash screen that has an animated gif...
3
by: steve | last post by:
Hi All I have set a splash screen form as the application splash screen in VB.net 2005 I t runs fine but stays on top when my login screen appears How can I shut the splash screen down when...
2
by: will_456 | last post by:
In vb2005 Express: In My Project Application Splash Screen I have selected my splash screen form. The form opens on project startup but closes immediately before anyone would have time to read...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.