Results 1 to 3 of 3

Thread: simple windows forms question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2003
    Location
    Europe, Belgium
    Posts
    84

    simple windows forms question

    Hi,

    How does VB.NET defines which form is started up first after the application is debugged?

    Is it possible to debug a single form (compile) a single form instead of the whole application?

    Thanks,

    Tom

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    1)Project Menu...<ProjectName> Properties...under "General" you can select the startup object

    2)Yes, under the "Build" menu you have the option to either "Build/Rebuild Solution" (the entire application) or "Build/Rebuild <frmName>" (just a particular part of the application)
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2003
    Location
    Europe, Belgium
    Posts
    84
    Thanks,

    Tom

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