Click to See Complete Forum and Search --> : ActiveX Control Properties


Jay Buckman
April 2nd, 1999, 09:19 AM
I'm trying to set some of the design-time properties of a Rich TextBox control that I am creating in a CView window. If I try to set the properties [e.g., control.SetScrollBars(rtfVertical)] before calling control.Create(), the request fails. If I try to set the properties afterwards, I get a property read-only at runtime message. The properties are easy to set if the control is in a dialog box. What gives?

Jay