Doh!
Actually my point was that the UI "standard" is to show Open & Save, while
object's behavior is to have Load & Save
All the OpenFileDialog is doing is getting the name of the file to open. Its
not performing the Load operation per se...
Yes Cor from a User perspective File Open really does a "Load", however I'm
not going to debate what the UI standard should have been verses what the
standard is...
--
Hope this helps
Jay B. Harlow [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley -
http://www.tsbradley.net
message | Andrew,
| My point exactly!
|
| "File - Open" commonly does an open, read, followed by a close. While
| "File - Save" commonly does an open, write, followed by a close.
|
|
| --
| Hope this helps
| Jay B. Harlow [MVP - Outlook]
| .NET Application Architect, Enthusiast, & Evangelist
| T.S. Bradley -
http://www.tsbradley.net
|
|
| || Jay B. Harlow [MVP - Outlook] wrote:
|| > Herfried,
|| > But ;-)
|| >
|| > We have XmlDocument.Load & XmlDocument.Save, as well DataSet.Load,
|| > DataTable.Load, Project.Load (MS Build), plus a plethora of other Load
|| > methods...
|| >
|| > True, the UI itself the action is commonly called Open, however it
|| > appears a number of objects call the behavior Load...
||
|| Open=>Close will be needed as a later operation.
|| Load=>Open, get data, close.
||
|| Andrew
||
||
|
|