J
Jon Davis
I am having a very annoying problem with Visual Studio. This problem has
been going on for about half a year now on this project and I'm really sick
of it.
Basically the problem that I have is this. I have a custom control (a DHTML
Textbox using an instance of the Internet Explorer COM object) added
(docked) to a panel that is on a tab control. It lays out just fine. I save
it, I compile it, it works great.
But when I close out of the IDE and then open it up again and re-open the
solution and the designer window auto-loads back up, the custom control is
missing, and when compiling I get the error that the control is never
assigned to.
So I have to manually remove the declaration of the variable in the code,
then go back to the designer and re-add the control, any time I want to edit
this Form. This is a very time consuming process because it means I have to
re-link all of my events and reconfigure all of the properties of the
instance of the custom control.
Does anyone know how to get around this bug?
I also have a problem with the menu (a third party menu control) not staying
at the back (hence docked on top of other top-docked toolbars and other
controls), whenever the designer window for this form is re-opened. I keep
having to right-click on it and choose "Send To Back"; it won't stay if I
ever re-open the designer.
What is up with all this bugginess??? Is Microsoft doing ANYTHING to fix
these stupid problems??
Jon
been going on for about half a year now on this project and I'm really sick
of it.
Basically the problem that I have is this. I have a custom control (a DHTML
Textbox using an instance of the Internet Explorer COM object) added
(docked) to a panel that is on a tab control. It lays out just fine. I save
it, I compile it, it works great.
But when I close out of the IDE and then open it up again and re-open the
solution and the designer window auto-loads back up, the custom control is
missing, and when compiling I get the error that the control is never
assigned to.
So I have to manually remove the declaration of the variable in the code,
then go back to the designer and re-add the control, any time I want to edit
this Form. This is a very time consuming process because it means I have to
re-link all of my events and reconfigure all of the properties of the
instance of the custom control.
Does anyone know how to get around this bug?
I also have a problem with the menu (a third party menu control) not staying
at the back (hence docked on top of other top-docked toolbars and other
controls), whenever the designer window for this form is re-opened. I keep
having to right-click on it and choose "Send To Back"; it won't stay if I
ever re-open the designer.
What is up with all this bugginess??? Is Microsoft doing ANYTHING to fix
these stupid problems??
Jon