Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem in creating new windows form.
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00892814
Message ID:
00893064
Vues:
17
>Changing from:
>
>public class MyNewForm : mmBusinessForm
>
>to
>
>public class MyNewForm : OakLeaf.MM.Main.Windows.Forms.mmBusinessForm
>
>solved the problem. Is it correct?

You COULD do it this way, but if you check the MM .NET Dev Guide, it mentions that you need to add a "using" statement to the top of the source code file. For example:

In C#:
using OakLeaf.MM.Main.Windows.Forms;
In VB .NET:
Imports OakLeaf.MM.Main.Windows.Forms
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform