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. C#
  4. splash screen

splash screen

Scheduled Pinned Locked Moved C#
visual-studiotutorial
2 Posts 2 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.
  • V Offline
    V Offline
    Vineet Rajan
    wrote on last edited by
    #1

    hi all! please tell me how to add a splash screen in VS 2003. I dont get the splash screen option in the project properties. thanks

    C 1 Reply Last reply
    0
    • V Vineet Rajan

      hi all! please tell me how to add a splash screen in VS 2003. I dont get the splash screen option in the project properties. thanks

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      Puddle of Blood wrote:

      I dont get the splash screen option in the project properties.

      Was there ever a spashscreen option? Create a form, put your graphics on it. Put a timer on it. When the timer gets to a certain point have the event handler for the timer close the form. In the application's Main method (you'll find it in the class that Visual Studio originally called Form1) before the code that exists already create your splash screen form object, call Show() on that object. Voila! You have a basic splash screen. ColinMackay.net Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

      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