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 Studio
  4. how to change tha main form af an application

how to change tha main form af an application

Scheduled Pinned Locked Moved Visual Studio
questionhelptutorial
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.
  • S Offline
    S Offline
    sakis24
    wrote on last edited by
    #1

    hello from grecce i make an application which has three forms, the Form1 appears first when i run the app, how can i make the Form2 or form3 appears fisrt when i tun the app?? can you help me please? :) thank you in advance

    B 1 Reply Last reply
    0
    • S sakis24

      hello from grecce i make an application which has three forms, the Form1 appears first when i run the app, how can i make the Form2 or form3 appears fisrt when i tun the app?? can you help me please? :) thank you in advance

      B Offline
      B Offline
      btough
      wrote on last edited by
      #2

      From function 'static void Main()' of the application change line 'Application.Run(new Form1());' to 'Application.Run(new Form2());' or 'Application.Run(new Form3());'

      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