Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Binding the mmOpenFileDialog
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01201193
Message ID:
01201331
Views:
15
Shawn,

>Has anyone figured out how to data bind the FileName property on an mmOpenFileDialog? It appears that the textbox is an mmTextBox but it is held as a private member - I think I could live with binding to it even though it's not guaranteed to be the same as the OpenFileDialog.FileName.

You're right...there's no way to get directly at the contained TextBox, but mmOpenFileDialog uses property promotion to enacapsulate the Text property of the contained OpenFileDialog. That said, we will add a public property to the mmOpenFileDialog class that will allow you to access the contained TextBox directly in our next release (and give you credit for the idea in our What's New Guide <s>).

Best 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