Want you're Active Desk top back. Here's here you can either download
Avedesktopsite2. or if you're up to some coding. Please make code changes when needed and have a play with the sizes,
<html><head><title>Vista Active Desktop</title>
<HTA:APPLICATION ID="Vista Active Desktop"
APPLICATIONNAME="Vista Active Desktop" SCROLL="no"
CAPTION="no" BORDER="none" INNERBORDER="no" MAXIMIZEBUTTON="no"
NAVIGABLE="no" CONTEXTMENU="no" SINGLEINSTANCE="yes" ICON="C:\Windows\System32\acwizard.ico">
<script language="VBScript">
'On Error Resume Next
window.resizeTo 410, 360
window.moveTo 410, 360
</script>
</head>
<body BOTTOMMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0 SCROLL="no" TOPMARGIN=0
BGCOLOR="ECE9D8" xonLoad="document.body.innerHtml=obj.fn('parm')">
<iframe src="http://www.whatever.com/" style="width:410; height:360"></iframe>
</body></html>
So yeah, change what you need to to site you're monitor. Then save this as whatever.hta. now
Start -> Run -> whatever.hta.
This will open a web page in a window with no frame or borders. You'll need to replace "lego.com" with some site or HTML that you want
to display in your active desktop, and adjust the resizeTo and moveTo numbers to place it wherever you decide..
Good luck.