Jump to content

FF3, select bookmarks via Organize bookmarks/Library


Recommended Posts

Any ideas on how to grab and change a bookmark from the Organize Bookmarks/Library window in FF3?

I've looked at the examples, used ControlGetHandle to get the handles for "Library" and "MozillaWindowClass9".

No progress, efforts appreciated.

Basically what I have now.

$hWnd = ControlGetHandle("Library", "", "")

$hListView = ControlGetHandle("Library","", "MozillaWindowClass9")

$hTree = ControlGetHandle($hWnd, "", $hTree, "Expand", "History")

Ultimately I would like to be able to change a selected bookmark.

Thanks,

T

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...