P
Phill. W
I've created my own form (say, "AppletBase" with some basic
controls (mainly GroupBoxes) on it. Now, I'm trying to inherit
from this to create [lots of] other applications.
[ancestor]
Class AppletBase
Inherits Forms.Form
[descendent]
Class Applet1
Inherits AppletBase
So why, then, does the VS (2003) IDE *not* offer me a "View
Designer" option so that I can put more specific controls onto the
descendent form???
Sure, I can "View Code" it, but it's not half as pretty ...
TIA,
Phill W.
controls (mainly GroupBoxes) on it. Now, I'm trying to inherit
from this to create [lots of] other applications.
[ancestor]
Class AppletBase
Inherits Forms.Form
[descendent]
Class Applet1
Inherits AppletBase
So why, then, does the VS (2003) IDE *not* offer me a "View
Designer" option so that I can put more specific controls onto the
descendent form???
Sure, I can "View Code" it, but it's not half as pretty ...

TIA,
Phill W.