What code-syntax will hide the Media tree?

This forum is for questions / discussions regarding development of addons / tweaks for MediaMonkey for Windows 4.

Moderators: Gurus, Addon Administrators

Just Guessing
Posts: 64
Joined: Mon Sep 03, 2012 12:06 pm

What code-syntax will hide the Media tree?

Post by Just Guessing »

While this will work, it is 'dumb' as it is only toggling on/off

Code: Select all

	Dim oShell : Set oShell = CreateObject("WScript.Shell")
	oShell.SendKeys "^%n"
	oShell.SendKeys "^%t"	
What code will achieve "visible=False" for the MEDIA TREE and the NOW PLAYING panel?