473,396 Members | 1,849 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.

show something while loading .Net framework

Hello,

As anyone knows, before starting up a .Net application, parts of the
..Net framework must be loaded in memory. Therefore, starting this
application can last for quite a few seconds (especially on slow
computers). Is there anything you can do to show the user the framework
is loading? Many programs have a 'loading'-window, to show the user the
program is loading. Is this possible?

Some users think the program is not starting, pressing the desktop-icon
a few times more. Then they get the same application multiple times opened.

Many thanks,

Steven
Aug 30 '06 #1
3 1428
You can use "Make single instance application" property.

Mex

"steven" <us**@example.netwrote in message
news:OM**************@TK2MSFTNGP03.phx.gbl...
Hello,

As anyone knows, before starting up a .Net application, parts of the .Net
framework must be loaded in memory. Therefore, starting this application
can last for quite a few seconds (especially on slow computers). Is there
anything you can do to show the user the framework is loading? Many
programs have a 'loading'-window, to show the user the program is loading.
Is this possible?

Some users think the program is not starting, pressing the desktop-icon a
few times more. Then they get the same application multiple times opened.

Many thanks,

Steven

Aug 30 '06 #2
"steven" <us**@example.netschrieb:
As anyone knows, before starting up a .Net application, parts of the .Net
framework must be loaded in memory. Therefore, starting this application
can last for quite a few seconds (especially on slow computers). Is there
anything you can do to show the user the framework is loading? Many
programs have a 'loading'-window, to show the user the program is loading.
Is this possible?
No, not really, because the first line of your code gets executed after the
CLR/.NET Framework libraries have been loaded. Doesn't the mouse pointer
show the application starting cursor?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Aug 30 '06 #3


if you wanted to .... you could build a simple launcher program in VB6 that
opens a splash screen ... then calls you exe to run ... then after a few
seconds or so ... it closes itself ... our your vb.net checks for an
instance of the launcher and closes it.

"steven" <us**@example.netwrote in message
news:OM**************@TK2MSFTNGP03.phx.gbl...
Hello,

As anyone knows, before starting up a .Net application, parts of the .Net
framework must be loaded in memory. Therefore, starting this application
can last for quite a few seconds (especially on slow computers). Is there
anything you can do to show the user the framework is loading? Many
programs have a 'loading'-window, to show the user the program is loading.
Is this possible?

Some users think the program is not starting, pressing the desktop-icon a
few times more. Then they get the same application multiple times opened.

Many thanks,

Steven

Aug 30 '06 #4

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

Similar topics

1
by: Chris | last post by:
I have seen the posts on various places on the internet about .NET framework mismatch issues and I don't think that is my problem. ; ) When I execute the following C++.NET code: String...
5
by: AlexGray | last post by:
Hi, I created a blank Form with one Label, and the Label's text says "Loading... Please wait.". I display this form in Main() with Show() while i do some lengthy initialization stuff (ie...
2
by: rooster575 | last post by:
Anyone ever see this? It's as if IIS doesent know what to do with .aspx pages. Yes, the .NET framework is installed, and reinstalled. Thanks
1
by: Brian | last post by:
I've looked through the previous posts on this one and have verified permissions and location of my Dlls, but I am still getting an exception when I try to Load an assembly. The directory where...
0
by: Erwan | last post by:
I have a strange (but very blocking) result when using the smtpmail class from an ASPX page : here is the (very simple !) code... '-------------------------------------------------- mail.To =...
5
by: Mantorok | last post by:
Hi I have a project that references one of our components, is there a way in ..Net to get a list of references that the application is depending on? The reason for this is so I can load...
5
by: Mark Olbert | last post by:
I just noticed something weird about the calendar control in ASPNET2. If you assign a value to SelectedDate that has a time component (e.g., 3/1/2007 10:37 AM), and you have a custom style for the...
0
by: zelov | last post by:
Hi, I am creating an interface which contains the listbox(C# .net micro framework). When the listbox item is seletected, it will send a character to the serial port and show a "send command"...
20
by: Nickolai Leschov | last post by:
Hello all, I am programming an embedded controller that has a 'C' library for using its system functions (I/O, timers, all the specific devices). The supplied library has .LIB and .H files. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.