Quote:
Originally posted by Wokawidget
Business does not know what it needs...The majority of the time, the user hasn't got a clue what they want, or what is on offer. 90% of the time a customer has asked for something and I have offered an alternative, which they have agreed is a better way than theirs...
MDI forms, Multi Document Interfaces, and designed exactally for that tpye of project. A project that has many of the same type of document open, ie word 97...One MDI form can control loads of word documents. In this situation MDI forms are great. But when trying to write an app that has many types of forms and displays, MDI forms are just plain crap, and should not be used for these types of applications.
I have no idea why people use MDI forms for non MDI applications. It just makes no sense! :(
To be a good programmer you have to know what is the right control, code, references for the job...for some strange and bizzare reason, people continually use MDI forms...and then run into trouble. Menu's are a cracking example, and the reason being is that an MDI document shouldn't have menus :D All the tools/function or any other menu should be on the MDI form and Not in the child document...
Woka
hey there..:) ..