Jump to content

Property is read-only!?


Recommended Posts

Ok, I've used COM objects several time before, and am used to using MS COM/OLE, and like always, I see two of many commands. For example:

Scrollbars()

Scrollbars()

The first says propget and is read-only, the second says propput and is for changing the variable...

So the first is used like MsgBox(0, "", $var.Scrollbars()) and the second like $var.Scrollbars = 3...

That usually works... but this time, when I try to assign a value to it, I get "Property is read-only" error...

Does ANYONE know how to solve this? I've found several topics referencing read-only commands, but none telling how to solve my specific problem. Any advice is greatly appreciated. If you need an example, I can post source, but I don't have it handy know... thanks

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...