Sokko Posted January 28, 2006 Posted January 28, 2006 Well, there goes that theory. I've done numerous searches on the "Class is not licensed for use" error in relation to the richtext control, and none have turned up any solutions other than "make sure richtx32.ocx is registered", which it is. Unfortunately I really don't know much about Windows programming beyond AutoIt, so I'm at a dead end here because I have no idea what this error is really saying (aside from the obvious fact that the "class is not licensed for use", whatever that means). Is there an ActiveX expert in the house?
bolthead Posted January 28, 2006 Posted January 28, 2006 See here for a fix. It says for Access, but it worked for me.
Sokko Posted January 28, 2006 Posted January 28, 2006 See here for a fix. It says for Access, but it worked for me.Huzzah! That registry patch worked perfectly. Thank you!
Westi Posted March 18, 2006 Posted March 18, 2006 @kjactive I want to add scrollbars to the rtf, but i've no idea... $oRP.ScrollBars = 3 is write protected at runtime same thing with: $oRP.RightMargin = '32767' $oRP.MultiLine = True I think this is a general question: How to modify such values before runtime?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now