Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in creating new windows form.
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00892814
Message ID:
00893064
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform