Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subclass a winform in VS2008 C#
Message
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 3.0
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01363702
Message ID:
01363703
Views:
11
You can't visually inherit like in Fox. You subclass just like you do with anything else
public class MyForm : TheParentForm
{
}
>I'm trying to make some headway using winforms. My first task is to subclass all the basic controls I expect to use so I can customize and inherit easily (OOP - right?).
>
>Until now, all my .NET work has been in ASP.NET which I assumed was such a complete pain in the a$$ because of the web platform.
>
>Now that I am back to Windows, and since VS2008 is so advanced, I'm sure I'm just overlooking the simple drag 'n drop way to subclass a Form so I can customize it and EASILY use it as the base for future applications.
>
>In VFP, create a form, customize, add to a VCX, and tell VFP to use that class as the base for future forms.
>
>I'm sure VS2008 is at least as easy - how do I do it?
>
>FWIW I've managed (after several hours of reading various fragmented, incomplete, or inaccurate articles on the web) to subclass a number of controls and add them to the toolbox. The FORM is the problem now.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform