IE component instead of the tracklist?

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

Octopod
Posts: 463
Joined: Tue Jun 10, 2003 9:09 am

IE component instead of the tracklist?

Post by Octopod »

Based on the sample for reporting statistics posted on the web site, i would like to do the same thing but directly displayed in the main tracklist.

Do someone know how to add a web browser component instead of the tracklist (like when activating the 'Web' node)?

The initial code using a form is:

Code: Select all

  ' Create a web browser component
  Set WB = UI.NewActiveX( Form, "Shell.Explorer")
  WB.Common.Align = 5      ' Fill all client rectangle
  WB.Common.ControlName = "WB"
  WB.Interf.Navigate "about:"          ' A trick to make sure document exists
  Set Doc = WB.Interf.Document
TIA
Octopod
Image
jiri
Posts: 5419
Joined: Tue Aug 14, 2001 7:00 pm
Location: Czech Republic
Contact:

Post by jiri »

It isn't possible yet, but I'd like something like this to appear soon (i.e. to let scripts create nodes that show WebBrowser instead of track list).

Jiri
Post Reply