Re: Every once in a while a usercontrol will disappear from the form
From: jjardine (jjardine_at_bellsouth.net)
Date: 02/27/05
- Next message: (no email): "Re: delete file problem"
- Previous message: Herfried K. Wagner [MVP]: "Re: Fomatting a number"
- In reply to: Just Me: "Every once in a while a usercontrol will disappear from the form"
- Next in thread: Just Me: "Re: Every once in a while a usercontrol will disappear from the form"
- Reply: Just Me: "Re: Every once in a while a usercontrol will disappear from the form"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 26 Feb 2005 21:20:25 -0500
" Just Me" <groups@a-znet.com> wrote in message
news:O8e4JjBHFHA.3060@TK2MSFTNGP10.phx.gbl...
>I have a usercontrol I created on a form.
>
> Every once in a while it will disappear from the form but the statement
> Friend WithEvents ControlText1...
> is still there but the rest of the windows created statements relating to
> it have disappeared!
>
> Real pain as I then have to replace the control on the form and reset the
> properties.
>
> Is there any help for this?
>
I have had this same thing happen to me as well. I noticed that in one
instance it is happening because I was trying to set some data in
Control_Load that in design mode didn't exist. This caused the above
result. If I checked if I was in design mode or not I was able to stop this
behavior.
- Next message: (no email): "Re: delete file problem"
- Previous message: Herfried K. Wagner [MVP]: "Re: Fomatting a number"
- In reply to: Just Me: "Every once in a while a usercontrol will disappear from the form"
- Next in thread: Just Me: "Re: Every once in a while a usercontrol will disappear from the form"
- Reply: Just Me: "Re: Every once in a while a usercontrol will disappear from the form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|