Bob
Sun Feb 05 07:26:43 CST 2006
Take a look at the ideas of Visual Inheritance.
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"Rob Nicholson" <rob.nicholson@nospam_unforgettable.com> wrote in message
news:%23ovSfrkKGHA.3732@TK2MSFTNGP10.phx.gbl...
>> You actually can make a form inherit from 'System.Windows.Forms.Form',
>> that's what is actually done when adding a new form to the project.
>
> But you can't put an intermediate inherited class in the way though. You
> can on ASP.NET - we have our own MyApp.Page class which is ineffect the
> equiv. of the form.
>
> Cheers, Rob.
>