Hi all,
I've defined a new class for include RichtextBox OLEControl in my application. It work fine but I can't set scrollbars property. Runtime I can read property using oRTB.Object.Scrollbars, but this property is readonly during runtime. Any ideas?
define class OLERTB as container...