K
kevin
Perform the following steps:
* Create a base form.
* Place a panel on the form.
* Place a button on that panel.
* Build the project (I love this needless step, it makes me appreciate
Delphi so much more).
* Create an inherited form based on the first form.
* Place a button on the panel.
* Build the project.
Then watch as the button you placed on the form miraculously disappears.
Where has it gone? It's still there, just hidden. It seems that VS.NET
2003 gets confused because the panel is defined in the base form! It
keeps stripping out the code that adds the button to the panel in the
inherited form.
Please tell me that Microsoft has a patch for this because it is holding
up my project.
Thanks,
Kevin.
* Create a base form.
* Place a panel on the form.
* Place a button on that panel.
* Build the project (I love this needless step, it makes me appreciate
Delphi so much more).
* Create an inherited form based on the first form.
* Place a button on the panel.
* Build the project.
Then watch as the button you placed on the form miraculously disappears.
Where has it gone? It's still there, just hidden. It seems that VS.NET
2003 gets confused because the panel is defined in the base form! It
keeps stripping out the code that adds the button to the panel in the
inherited form.
Please tell me that Microsoft has a patch for this because it is holding
up my project.
Thanks,
Kevin.