I am working with 4 windows forms in my project and i cant see the design
section for the 2 of them. Design section disappears when i choose that
forms.

RE: Form design menu disappeared by chua_wen_ching

chua_wen_ching
Fri Jul 02 04:21:00 CDT 2004

Hi Enver A,

I am not sure what is your problem, but i am assuming.

I assume you see this when you try to see this:

Form1 [Design]

An error occured while loading the document. Fix the error....

Make sure each of your windows forms must have:

// must have inherit from System.Windows.Forms.Form
public class Form1 : System.Windows.Forms.Form
{
}

Hope it helps. Correct me if i am wrong.
--
Regards,
Chua Wen Ching :)


"Enver A" wrote:

> I am working with 4 windows forms in my project and i cant see the design
> section for the 2 of them. Design section disappears when i choose that
> forms.
>
>
>

Re: Form design menu disappeared by Enver

Enver
Fri Jul 02 06:09:16 CDT 2004

Hey there,
I checked my forms codes and they all inherit from System.Windows.Forms.Form
The problem is i desisgned that forms 1 week ago and they were working
perfectly now i cant open the design part of the forms.
they just disappeared
"Chua Wen Ching" <chua_wen_ching@nospam.hotmail.com> wrote in message
news:11BBEC34-42CF-4BF5-A5DE-22DF24B33036@microsoft.com...
> Hi Enver A,
>
> I am not sure what is your problem, but i am assuming.
>
> I assume you see this when you try to see this:
>
> Form1 [Design]
>
> An error occured while loading the document. Fix the error....
>
> Make sure each of your windows forms must have:
>
> // must have inherit from System.Windows.Forms.Form
> public class Form1 : System.Windows.Forms.Form
> {
> }
>
> Hope it helps. Correct me if i am wrong.
> --
> Regards,
> Chua Wen Ching :)
>
>
> "Enver A" wrote:
>
> > I am working with 4 windows forms in my project and i cant see the
design
> > section for the 2 of them. Design section disappears when i choose that
> > forms.
> >
> >
> >