Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change baseform on which my form is based?
Message
De
08/04/2008 19:05:18
 
 
À
08/04/2008 16:57:01
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01309177
Message ID:
01309194
Vues:
9
>I created a WinForm form from the out-of-the-box base form. How can I now re-define it to be based on a custom form clas my own class library that I want to build?
>
>
>Where would I go to tell the form what it is based on?


Matt, if your project has a reference to that custom class (or if it's already in the same project), all you need to do is go into the code for the form you want to change and replace "System.Windows.Forms.Form" with "MyForm".

~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform