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:
01363834
Views:
11
>>>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.
>>
>>Hi Bill.
>>
>>I guess you have added your base Form to your Base project, and added all functionality you want from it. Now, you could add another form to your Base project and call it MyForm, for example, and inherit it from your BaseForm, and then create any project specific features in it, if you want.
>
>Hi,
>I wouldn't like the idea putting project specfic code in the DLL for the base classes - I'd be more inclined to have a seperate DLL for proect specific stuff. Just my 2c
>
> After done that, go to the File Menu, Export Template, which will create a template out of your MyForm form, which will be available to you every time you go to a project and ask to Add a New Item.

Yep, sounds good to me... I was referring more to the project's base, just to get to the point on how to create a template out of it. It can be where it fits best.
Ivan
Previous
Reply
Map
View

Click here to load this message in the networking platform