Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Project Structure Question
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00779032
Message ID:
00779224
Views:
20
I did use the wizard to create the App and Business Object projects. My question is on the third project I need to create so I can create my own visual objects, i.e.:

public class myTextbox : mmTextbox
{
}

I end up created another project called MyWindowsForms which contains all of my base form and base controls that I sub-classed from Mere Mortal. This will create a MyWindowsForms.dll for distribution.

Stephen



>Absolutely not. Start out simple and just create two projects, one for your UI (forms) and another for your business objects. This is how Kevin's wizard sets things up.

>You can even have multiple namespaces in a single cs file, were you so inclined. There need not be any relationship to the directories.
Stephen Lee

--------------------------------
Too much to code
Too little time
--------------------------------
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform