Re: Controls disappear from designer...
From: Aaron Smith (thespirit-1-_at_smithcentral.net)
Date: 12/02/04
- Next message: Aaron Smith: "Re: Controls disappear from designer..."
- Previous message: Robby: "Re: Thread Part 3"
- In reply to: Herfried K. Wagner [MVP]: "Re: Controls disappear from designer..."
- Next in thread: Herfried K. Wagner [MVP]: "Re: Controls disappear from designer..."
- Reply: Herfried K. Wagner [MVP]: "Re: Controls disappear from designer..."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 02 Dec 2004 21:15:05 GMT
Herfried K. Wagner [MVP] wrote:
> "Aaron Smith" <thespirit-1-@smithcentral.net> schrieb:
>
>> I have a problem... Have a form, made some changes.. now all the
>> controls are gone. I didn't make any changes to the designer generated
>> region.. I'm not really sure what happened to them, but this has
>> happened before where one or two will disappear.. They are still in
>> the code too.. And if I try to add a new control with the same name,
>> it says it exists... Any ideas?
>
>
> Maybe the designer lost the 'Me.Controls.AddRange(...)' line that adds
> all the controls to the form. Make a backup of the form and check if
> the controls are added to the form's 'Controls' collection and add the
> line if it is missing.
>
By the way,
THANK YOU! THANK YOU! THANK YOU! lol I was freaking out... I added one
line and now they are coming back... whew.
-- --- Aaron Smith Remove -1- to E-Mail me. Spam Sucks.
- Next message: Aaron Smith: "Re: Controls disappear from designer..."
- Previous message: Robby: "Re: Thread Part 3"
- In reply to: Herfried K. Wagner [MVP]: "Re: Controls disappear from designer..."
- Next in thread: Herfried K. Wagner [MVP]: "Re: Controls disappear from designer..."
- Reply: Herfried K. Wagner [MVP]: "Re: Controls disappear from designer..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|