Results 1 to 5 of 5

Thread: Add new form and make it the startup form?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830

    Add new form and make it the startup form?

    Hello,

    I created a project with buttons, textboxes, etc... and ran it. Then I added a new form that will be a splash screen. How do I make the splash screen form startup first?

    Thanks!

  2. #2
    Fanatic Member pax's Avatar
    Join Date
    Mar 2001
    Location
    Denmark
    Posts
    840
    Hi.

    I don't have VS in front of me at the moment, so this is from memory...

    In the Solution Explorer, right-click your project and select properties.

    In there, you can select the startup object; e.g. frmSplash.
    I wish I could think of something witty to put in my sig...

    ...Currently using VS2013...

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830
    I tried that, but the frmSplash does not show up in the list and when I type it in, I get an error.

  4. #4
    Fanatic Member pax's Avatar
    Join Date
    Mar 2001
    Location
    Denmark
    Posts
    840
    Originally posted by birthjay
    I tried that, but the frmSplash does not show up in the list and when I type it in, I get an error.
    hmmm, strange. I got my VS up and running in the meantime, and I have checked a few project's, and I can choose from all the forms in the project.

    Can you make an instance of it and display it by the click of a button in runtime?

    It sounds like the form is not included in the project.
    I wish I could think of something witty to put in my sig...

    ...Currently using VS2013...

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830
    Actually, I believe you are right. I am trying to do this in C# rather than VB.NET. I assumed it would be the same, but apparently not. I will post in the C# forum and see what happens.

    thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width