Export UserControl to other project
(In VS 2008) I made a usercontrol which created 3 files (.vb, .resx, .Designer.vb).
How do I export this to another project. Btw, I want to edit/change the usercontrol in that new project.
Can I just copy those 3 files to the new project folde开发者_Python百科r and include them?
Yes, right click on the new project, Add > Existing Item... , then select the files to add.
Or, if it happens to be a new project within the same solution, you should just be able to copy&paste/drag between the projects.
精彩评论