Lukezzz 0 Posting Whiz in Training

I have Copied some Forms codeView into a new project and now I try to open a Form with this code but when doing this I will have a message like below.
On the left side of the designView, I can see all forms that I have in my project and I have tried to righclick and "Update Managed Resources" but this did not seem to help anyway.
One of the Forms in my project here has a "+" sign before the form and this form is possible to open, so perheps this has to be done to Form7 in anyway.

Form7 ^form7 = gcnew Form7;
form7->Show();

This is the message...
Could not find any resources appropriate for the specified colture or the neutral culture. Make sure "Form1.Form7.resources" was correctly embedded or linked into assembly "Form1" at compile time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.