Results 1 to 14 of 14

Thread: vb - splash screen shows, then it closes itself

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269

    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?

  2. #2
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: vb - splash screen shows, then it closes itself

    Reinstall VB

    Pradeep
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  3. #3
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Re: vb - splash screen shows, then it closes itself

    Step through your program using F8 and see what line causes the program to crash.

  4. #4
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    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?

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  6. #6
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Re: vb - splash screen shows, then it closes itself

    Sorry, I misunderstood.

    I have had the same problem before.

    I agree with Hack & Prod.

  7. #7
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    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...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  9. #9
    Lively Member FYRe's Avatar
    Join Date
    Aug 2005
    Location
    Singapore
    Posts
    102

    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 ?

  10. #10
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  11. #11
    Lively Member FYRe's Avatar
    Join Date
    Aug 2005
    Location
    Singapore
    Posts
    102

    Re: vb - splash screen shows, then it closes itself

    Quote 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 ?

  12. #12
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  13. #13
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    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...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  14. #14
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: vb - splash screen shows, then it closes itself

    Quote 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
  •  



Click Here to Expand Forum to Full Width