Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / August 2006

Tip: Looking for answers? Try searching our database.

show something while loading .Net framework

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
steven - 30 Aug 2006 10:35 GMT
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
Meelis Lilbok - 30 Aug 2006 11:50 GMT
You can use "Make single instance application" property.

Mex

> Hello,
>
[quoted text clipped - 11 lines]
>
> Steven
Herfried K. Wagner [MVP] - 30 Aug 2006 12:14 GMT
"steven" <user@example.net> schrieb:
> 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?

Signature

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

jeff - 30 Aug 2006 13:01 GMT
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.

> Hello,
>
[quoted text clipped - 11 lines]
>
> Steven

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.