Results 1 to 4 of 4

Thread: Find out what page as start page

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Find out what page as start page

    I downloaded a vb.net sample.
    There are many folders under project as sub-project.
    Once I open sln file and run it, all folders display on the start page as buttons.
    How to find out which page is start page?
    I tried to find out prom property form the project but no more info.

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    38,988

    Re: Find out what page as start page

    You talk of pages (and have ASP in your name), yet you also talk of this being a .NET project. Is it a windows app or is it a web forms app?
    My usual boring signature: Nothing

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Re: Find out what page as start page

    This is a windows app.

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    38,988

    Re: Find out what page as start page

    Then go into the Project|Properties menu and take a look at the startup object listed on the Application tab. That is the start form if it is a form. If it is not a form then there is no start form. All Windows apps technically start at a method (Sub Main), you just won't see that method if you have a start form set.
    My usual boring signature: Nothing

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