CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Location
    israel
    Posts
    99

    changing the default form

    hi,

    when i run my application the default form is the first form i created.
    how do i change it ?

    thanks,
    ohad.


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: changing the default form

    If you mean the form that is invoked on application startup, go to Project/Project Properties and choose the desired form in the Object Startup dropdown window.

    John G

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

Featured