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. splash screen

splash screen

Scheduled Pinned Locked Moved Visual Basic
questionhelp
3 Posts 3 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.
  • A Offline
    A Offline
    areon25
    wrote on last edited by
    #1

    hi all.. i have a question, how a want to make a splash screen?? can someone help me.. areon25

    S S 2 Replies Last reply
    0
    • A areon25

      hi all.. i have a question, how a want to make a splash screen?? can someone help me.. areon25

      S Offline
      S Offline
      sathish s
      wrote on last edited by
      #2

      Here is a sample http://www.windowsforms.net/samples/DEV354.zip

      1 Reply Last reply
      0
      • A areon25

        hi all.. i have a question, how a want to make a splash screen?? can someone help me.. areon25

        S Offline
        S Offline
        Socheat Net
        wrote on last edited by
        #3

        Add new module to your project ( create spalshform, mainform) Code from Module Public frmnew as new Form Sub Main frmnew = New splashform frmnew.ShowDialog() frmnew = New mainform frmnew.ShowDialog() End Sub anymore in splashform you must you control called Timer Timer.Enabled=True Event for timer private Sub timer1_tick(...........) Close End Sub In your probject properties use stard up form Sub Main Regard Socheat ................

        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