tags:

views:

35

answers:

1

I have created a form in a project. The new form is listed in the solution explorer as being in this project.

But the form is not showing up in the intellisense listing when I try to create an object variable in order to show the form.

Is there something else that needs to happen after you add form to a project?

+3  A: 

You may want to check that your forms are in the same namespace?

Tim
This was the issue. The reason the namespace was incorrect is because I cut and paste the form from one project to another.
Craig Johnston
Not the best habit to get into ;)
Tim