ISDBApplication::WebControl: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (added link to sample script) |
||
Line 3: | Line 3: | ||
===Property description=== | ===Property description=== | ||
This property returns web browser window as is shown on the main MediaMonkey panel. In order to show the browser on tree node focus change, use [[ISDBTreeNodeEvents::OnNodeFocused]] event. | This property returns web browser window as is shown on the main MediaMonkey panel. In order to show the browser on tree node focus change, use [[ISDBTreeNodeEvents::OnNodeFocused]] event (see the complete [[Sample Internal Webbrowser script|sample script]]). | ||
===Example code=== | ===Example code=== |
Revision as of 20:20, 7 May 2007
CoClass SDBApplication, Interface ISDBApplication
Property Get WebControl As Object
Property description
This property returns web browser window as is shown on the main MediaMonkey panel. In order to show the browser on tree node focus change, use ISDBTreeNodeEvents::OnNodeFocused event (see the complete sample script).
Example code
SDB.WebControl.Navigate "http://www.mediamonkey.com"