On 6/30/06, David Crooks <[EMAIL PROTECTED]> wrote:
I obliviously wasn't very clear.
Never were truer words spoken.
I have a form with a textbox that is using a class. Now I want assign it to another class that is read-only.
What does that second sentence mean? Do you really just want to make the textbox read-only?
Unfortunately, the class property is read-only so I need a way around it. Thanks!
Depending on exactly what you want to do, you may want to have more than one textbox occupying that space on the form, and enable and make visible only the one that is appropriate for those conditions. If you know those conditions while the form is instantiating, you can only add that one text box to the form. If it changes on the fly, you will probably want to switch between different objects. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

