Results 1 to 10 of 10

Thread: [RESOLVED] Newbie Question re: VB.Net

Hybrid View

  1. #1
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Newbie Question re: VB.Net

    So you've created a new project and used Add Existing Item to import each individual code file from the old project to that new project, not the solution? Once you've done that, you would have to delete the Form1 class file that would have been created by default and then specify a new startup object, that being the main form or module or whatever of the old project.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Sep 2005
    Posts
    80

    Re: Newbie Question re: VB.Net

    Quote Originally Posted by jmcilhinney
    So you've created a new project and used Add Existing Item to import each individual code file from the old project to that new project, not the solution? Once you've done that, you would have to delete the Form1 class file that would have been created by default and then specify a new startup object, that being the main form or module or whatever of the old project.

    Thanks jmcilhinney, I just tried what nothingofvalue suggested and it worked! Thanks for your prompt assistance

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