Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Verification of sub classing a form class
Message
De
30/09/2010 19:21:42
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Titre:
Verification of sub classing a form class
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01483433
Message ID:
01483433
Vues:
97
I have this form class which starts like this:
Namespace Framework

    Public Class Robot
        Inherits System.Windows.Forms.Form
Then, from the client application, I want to benefit from it such as:
Public Class Main
    Inherits Framework.Framework.Robot
There must be something I am missing here because I get:

Base class 'Framework.Framework.Robot' specified for class 'Main' cannot be different from the base class 'System.Windows.Forms.Form' of one of its other partial types.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform