T
toney
Hello. I want to use a form (an AboutBox) that I created in another project.
How do I import it?
Thanks
How do I import it?
Thanks
Hello. I want to use a form (an AboutBox) that I created in another project.
How do I import it?
Thanks
Hello. I want to use a form (an AboutBox) that I created in another
project.
How do I import it?
to another. Be sure to get all the extensions. For example, if your form
is named AboutBox.cs, copy AboutBox.* to your new folder, because there
will probably be AboutBox.Designer.cs and AboutBox.resx. Then do a search
and replace in those files to change the old namespace to the new
namespace.
This is correct but here's a small hint: Visual Studio takes care of this
automatically if you select the .cs file via the Project->"Add Existing
Item..." menu item or drag it to the Solution Explorer in a Windows Forms
project.![]()