|
-
Sep 22nd, 2005, 01:32 PM
#1
Thread Starter
Frenzied Member
vb - splash screen shows, then it closes itself
no matter what file i try to open, or even if i open vb by itself, the splash screen shows, then it closes soon after.. no error nothing
i have vb6 sp6
anyone know what could be causing this?
-
Sep 22nd, 2005, 01:41 PM
#2
Re: vb - splash screen shows, then it closes itself
Reinstall VB
Pradeep
-
Sep 22nd, 2005, 01:48 PM
#3
Fanatic Member
Re: vb - splash screen shows, then it closes itself
Step through your program using F8 and see what line causes the program to crash.
-
Sep 22nd, 2005, 01:51 PM
#4
Re: vb - splash screen shows, then it closes itself
Hang on, is VB itself crashing, ie as soon as you load up VB or is it you own program ie when you play your program?
-
Sep 22nd, 2005, 02:17 PM
#5
Re: vb - splash screen shows, then it closes itself
For what I got it is VB itself and which case the only solution I see is what Pradeep posted.
-
Sep 22nd, 2005, 02:23 PM
#6
Fanatic Member
Re: vb - splash screen shows, then it closes itself
Sorry, I misunderstood.
I have had the same problem before.
I agree with Hack & Prod.
-
Sep 22nd, 2005, 09:05 PM
#7
Re: vb - splash screen shows, then it closes itself
I had the same problem a few weeks ago and reinstalling didn't solve it, I had to reformat my machine...
-
Sep 23rd, 2005, 12:15 AM
#8
Re: vb - splash screen shows, then it closes itself
Before you reinstall, if you have any add-ins present in your VB directory, remove them first to see if they are causing the crash.
-
Sep 23rd, 2005, 02:04 AM
#9
Lively Member
Re: vb - splash screen shows, then it closes itself
Hi all, I came across several threads regarding "Splash Screens", and have been wondering, what's Splash Screen ?
sOMEONE'S gONNA dO iT, wHY nOT yOU ?
-
Sep 23rd, 2005, 02:05 AM
#10
Re: vb - splash screen shows, then it closes itself
A static window that pops up while the program is loading. Usually with images, the program's name, copyright, etc. Often also some sort of loading status.
-
Sep 23rd, 2005, 02:11 AM
#11
Lively Member
Re: vb - splash screen shows, then it closes itself
 Originally Posted by penagate
A static window that pops up while the program is loading. Usually with images, the program's name, copyright, etc. Often also some sort of loading status.
Is there any example of the program/ source codes that I could refer to ?
sOMEONE'S gONNA dO iT, wHY nOT yOU ?
-
Sep 23rd, 2005, 02:13 AM
#12
Re: vb - splash screen shows, then it closes itself
Well, when you open VB, or VS.NET ... the little window that pops up with the logo. That's the slapsh screen.
-
Sep 23rd, 2005, 02:18 AM
#13
Re: vb - splash screen shows, then it closes itself
And when you are adding a Form in VB there is the Splash Screen template also...
-
Sep 23rd, 2005, 07:41 AM
#14
Re: vb - splash screen shows, then it closes itself
 Originally Posted by FYRe
Is there any example of the program/ source codes that I could refer to ?
If you create a new project and choose the VB Application Wizard instead of Standard .Exe, the wizard will walk you through creating a new project. One of the last options is to include a Splash screen. If you create a new project this way, and include a Splash screen, you will get sample code on how to use a Splash screen and that should help you to incorporate one into your actual applications.
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
|