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. Showing Splash Screen

Showing Splash Screen

Scheduled Pinned Locked Moved Visual Basic
csharpcomtutorialquestion
5 Posts 4 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.
  • K Offline
    K Offline
    Kapil Thakur
    wrote on last edited by
    #1

    hi, i want to show a splash screen in my vb.net windows project. a splash screen or welcome screen should come up as the project is loading on running the EXE file. experienced VB developers might know the solution to this in vb.net any ideas on how to implement that? Regards, Kapil Thakur (Where's there is Kapil , there is a way) - thakur.kapil@gmail.com

    C M L 3 Replies Last reply
    0
    • K Kapil Thakur

      hi, i want to show a splash screen in my vb.net windows project. a splash screen or welcome screen should come up as the project is loading on running the EXE file. experienced VB developers might know the solution to this in vb.net any ideas on how to implement that? Regards, Kapil Thakur (Where's there is Kapil , there is a way) - thakur.kapil@gmail.com

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      There's a component built in, but it's trivial. Create a window with no frame, put your bitmap on it, and show it as the first step in your app, hide it with a timer

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

      1 Reply Last reply
      0
      • K Kapil Thakur

        hi, i want to show a splash screen in my vb.net windows project. a splash screen or welcome screen should come up as the project is loading on running the EXE file. experienced VB developers might know the solution to this in vb.net any ideas on how to implement that? Regards, Kapil Thakur (Where's there is Kapil , there is a way) - thakur.kapil@gmail.com

        M Offline
        M Offline
        momooomooomomo
        wrote on last edited by
        #3

        if you're in debugging window screen of vb.net, click Project from toolbar and select "Add new item" then select Splashscreen... then right click at your project name (sample) then choose properties, then select the "Application" tab and you will see a "Start Up" chose the splash screen then save... and then play your application... you have to set a timer for the splash screen...

        nothing is impossible.....

        K 1 Reply Last reply
        0
        • K Kapil Thakur

          hi, i want to show a splash screen in my vb.net windows project. a splash screen or welcome screen should come up as the project is loading on running the EXE file. experienced VB developers might know the solution to this in vb.net any ideas on how to implement that? Regards, Kapil Thakur (Where's there is Kapil , there is a way) - thakur.kapil@gmail.com

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          hi , creat a new form called splash.vb , add images ,labels to this form in the load event of the startup form in the project wrtie the following dim frmSplash as new splash frmSplash.show in the end , write this frmsplash.close this code show the splash screen until the load proccess is complete , then closed automaticaly

          Mohamad A. Flefel mflefel@hotmail.com +962 79 5963865 C#.net & VB.net Developer

          1 Reply Last reply
          0
          • M momooomooomomo

            if you're in debugging window screen of vb.net, click Project from toolbar and select "Add new item" then select Splashscreen... then right click at your project name (sample) then choose properties, then select the "Application" tab and you will see a "Start Up" chose the splash screen then save... and then play your application... you have to set a timer for the splash screen...

            nothing is impossible.....

            K Offline
            K Offline
            Kapil Thakur
            wrote on last edited by
            #5

            hi, i did not your meaning by "if you're in debugging window screen of vb.net, click Project from toolbar and select "Add new item" then select Splashscreen..." please elaborate it a little although i have searched every option avaialble in VisualStudio.Net......but i did not find any option as "Splash screen" please specify Regards, Kapil Thakur (Where's there is Kapil , there is a way) - thakur.kapil@gmail.com

            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