|
-
Sep 27th, 2005, 12:16 AM
#1
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.
-
Sep 27th, 2005, 12:18 AM
#2
Thread Starter
Lively Member
Re: Newbie Question re: VB.Net
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|