|
-
Jun 10th, 2004, 04:53 AM
#1
Splash Screen
I want to have a splash screen come up at the start of my program. Normal sort of thing, shows a nice picture while the rest of the app loads. The image is a quite large (100kb) jpg.
Should I start a new thread when the app loads and open the form from there?
The form should disappear after 2-3 seconds or so.
What is the best way to do this, bearing in mind that I don't want to embed the image in the exe?
I don't live here any more.
-
Jun 10th, 2004, 05:47 AM
#2
New Member
If you talking about Windows Form App., why don't you open a non-resiable form with timer on it. I did it in VB6 and don't see reason why it won't work in .NET.
-
Jun 10th, 2004, 07:23 AM
#3
To get around the picture problem I thought I'd do this:
Have the image file in with the exe, then load it into the splash form at runtime after making sure the file has not been edited (using a checksum, so people can't edit my picture and take credit for my app) then set the timer running.
I don't live here any more.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|