Hi,
We are building a large application in VB.NET '05 and SQL '05. There are myriad reqiurements and a large and robust user interface. Below is just some of the processes it will accomplish.
1. Test Score entering and evaluating for a battery of tests.
2. Auto Invoicing triggered from a scheduling module.
3. Event Registration - Multiple people, multiple events.
4. Contact management from lead to customer.
5. Tasks lists and reminders.
6. Project management from lead to proposal to contract to life cycle mangament to closing of the project.
7. Work Orders linked throughout the system.
8. Center and Equipment management.
9. etc...
Our initial approach is a 4-tiered Form based app using a tree control on the left for navigation, a main view area on the right using panels and a bottom bar of some type as a scratch area where users can place object to refer back to.
The question we have is is the Forms app the best VB.NET approach for this large of solution or does anyone know of serious limitations?
In all honesty we would like to avoid a MDI app due to user acceptance issues.
Thank you in advanced for any input.
We are building a large application in VB.NET '05 and SQL '05. There are myriad reqiurements and a large and robust user interface. Below is just some of the processes it will accomplish.
1. Test Score entering and evaluating for a battery of tests.
2. Auto Invoicing triggered from a scheduling module.
3. Event Registration - Multiple people, multiple events.
4. Contact management from lead to customer.
5. Tasks lists and reminders.
6. Project management from lead to proposal to contract to life cycle mangament to closing of the project.
7. Work Orders linked throughout the system.
8. Center and Equipment management.
9. etc...
Our initial approach is a 4-tiered Form based app using a tree control on the left for navigation, a main view area on the right using panels and a bottom bar of some type as a scratch area where users can place object to refer back to.
The question we have is is the Forms app the best VB.NET approach for this large of solution or does anyone know of serious limitations?
In all honesty we would like to avoid a MDI app due to user acceptance issues.
Thank you in advanced for any input.