Adding Existing Items to a VB2005 Project

  • Thread starter Thread starter zacks
  • Start date Start date
Z

zacks

With VB2003, I could simply copy a form from one project to another by
simply copying the form's VB file to the other project and do the Add
Existing Item function. This does not appear to work with 2005 as a
form now consists of more than just a VB file. Can it be done? How?
 
You simply have to get all of the "partial class" files that make up the form
class.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Add 2 items?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top