Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. help with splash screen

help with splash screen

Scheduled Pinned Locked Moved Visual Basic
csharphelp
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hbk_leo
    wrote on last edited by
    #1

    hi, Can any one help with creating a splash screen for an vb.net 2005 application which after a specified interval diappears and the mdiparent form in shown. If someone help me it would be great help for me. Thanks

    T D S 3 Replies Last reply
    0
    • H hbk_leo

      hi, Can any one help with creating a splash screen for an vb.net 2005 application which after a specified interval diappears and the mdiparent form in shown. If someone help me it would be great help for me. Thanks

      T Offline
      T Offline
      TwoFaced
      wrote on last edited by
      #2

      You'll need to create a form to act as your splash screen. Once you've done that goto Project > Properties. Make sure the Application tab is selected. At the bottom there should be a combobox which is labeled 'Splash Screen'. Just select the form you'd like to use. That's it! If you'd like to adjust the minimum time it displays (I believe the default is 2 seconds) you can set 'My.Application.MinimumSplashScreenDisplayTime' in the new event of your form.

      1 Reply Last reply
      0
      • H hbk_leo

        hi, Can any one help with creating a splash screen for an vb.net 2005 application which after a specified interval diappears and the mdiparent form in shown. If someone help me it would be great help for me. Thanks

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        VS.NET 2005 (not the Express Editions) already comes with a SplashScreen template form. All you have to do is right-click your project in the Solution Explorer, click Add -> New Item..., then double-click the SplashScreen form. Give the form a name, and after it's added to your project, right click the form in the Solution Explorer and click View Code. The instructions for modifying the form are in the code comments.

        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        P 1 Reply Last reply
        0
        • D Dave Kreskowiak

          VS.NET 2005 (not the Express Editions) already comes with a SplashScreen template form. All you have to do is right-click your project in the Solution Explorer, click Add -> New Item..., then double-click the SplashScreen form. Give the form a name, and after it's added to your project, right click the form in the Solution Explorer and click View Code. The instructions for modifying the form are in the code comments.

          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          It isn't that hard to create a splashscreen from scratch, though.

          Dave Kreskowiak wrote:

          VS.NET 2005 (not the Express Editions) already comes with a SplashScreen template form

          Is there anyway to get the splashscreen template for the Express Editions?

          D 1 Reply Last reply
          0
          • P Paul Conrad

            It isn't that hard to create a splashscreen from scratch, though.

            Dave Kreskowiak wrote:

            VS.NET 2005 (not the Express Editions) already comes with a SplashScreen template form

            Is there anyway to get the splashscreen template for the Express Editions?

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            Paul Conrad wrote:

            It isn't that hard to create a splashscreen from scratch, though.

            No, it isn't, for us anyway. For someone who doesn't understand that the startup form also contains the app's message pump, it's a bit confusing.

            Paul Conrad wrote:

            Is there anyway to get the splashscreen template for the Express Editions?

            it's not downloadable from anywhere. You'd have to lift a copy of the template files from a higher edition of VS.NET.

            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007

            P 1 Reply Last reply
            0
            • D Dave Kreskowiak

              Paul Conrad wrote:

              It isn't that hard to create a splashscreen from scratch, though.

              No, it isn't, for us anyway. For someone who doesn't understand that the startup form also contains the app's message pump, it's a bit confusing.

              Paul Conrad wrote:

              Is there anyway to get the splashscreen template for the Express Editions?

              it's not downloadable from anywhere. You'd have to lift a copy of the template files from a higher edition of VS.NET.

              Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                   2006, 2007

              P Offline
              P Offline
              Paul Conrad
              wrote on last edited by
              #6

              Dave Kreskowiak wrote:

              it's not downloadable from anywhere. You'd have to lift a copy of the template files from a higher edition of VS.NET.

              After a bit of googling, that is the conclusion I pretty much came to :)

              Dave Kreskowiak wrote:

              For someone who doesn't understand that the startup form also contains the app's message pump, it's a bit confusing.

              Yep, but it would be a bad little learning exercise either :)

              1 Reply Last reply
              0
              • H hbk_leo

                hi, Can any one help with creating a splash screen for an vb.net 2005 application which after a specified interval diappears and the mdiparent form in shown. If someone help me it would be great help for me. Thanks

                S Offline
                S Offline
                sumitarora
                wrote on last edited by
                #7

                Hi, You can try OPACITY property of your form it might help u. Put this code in a loop:- Opacity = i/100.0;// decrease opacity Thread.Sleep(30); Regards, Sumit :mad:

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups