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:02:40
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
08/04/2008 16:57:01
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01309177
Message ID:
01309193
Vues:
8
>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?

It is in the class definition
using MyClassLibrary;

public class myForm : MyClassLibrary.MyOwnFormBase
{
}

Or if VB

Imports MyClassLibrary

Public Class myForm
    Inherits MyClassLibrary.MyOwnFormBase

End Class
Is this what you mean?
Tim
Timothy Bryan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform