Re: auto minimizing a link.
- From: "Richard" <richard@xxxxxxxxxx>
- Date: Wed, 9 Sep 2009 06:30:07 -0400
"Don Schmidt" <Don Engineer@xxxxxxxxxxxxxxxx> wrote in message
news:Iu-dnTSbvdN1uRnXnZ2dnUVZ_oGdnZ2d@xxxxxxxxxxxxxxxxxxxxxxxxxx
I have a Desktop shortcut to take me to a radio station that simulcasts
programming.
http://www.1190kex.com/cc-common/ondemand/player.html?world=st
Is there anything that can be added to the link to auto-minimize the
webpage?
If yes, what would it be?
Remember, its radio; just sound. No need for a monitor display.
Many thanks,
--
Don
Vancouver, USA
Hi Don,
I just created a desktop shortcut to a local HTM web page file, and right
click Properties, Shortcut(tab), and in the Run box, changed Normal window
to minimized, and clicked OK. Without any Internet Explorer windows open, I
double clicked the shortcut and it opened the page minimized on the taskbar
as expected. I then maximized the window, clicked a link on that page to
another local disk page, then activated the desktop shortcut again, and it
opened in a 2nd instance of IE, but also maximized, not minimized. I could
only get it to open minimized if no other IE windows were already open.
I checked Folder Options> File Types for HTM "Open" command, and the DDE
section has "Topic: WWW_OpenURLNewWindow", and an asterisk in the "DDE
Application Not Running" box. When IE is not running the file opens
minimized, but when running, it opens maximized in a new window. In Internet
Options> Advanced, there is a checkmark before "Reuse windows for launching
shortcuts", but that applies to clicking links in applications, not double
clicking shortcut link files.
Following Twayne's suggestion, I clicked Start> Help and Support, and
entered "scripts" in the search box, clicked "Download Windows Script Host
samples", and arrived at the following link. No samples, but Tools link
worked.
Scripting
http://msdn.microsoft.com/en-us/library/ms950396.aspx
TechNet Script Center Gallery
http://gallery.technet.microsoft.com/ScriptCenter/en-us/
- - -
This sample VBS looks promising:
Open a Specified Web Site
http://gallery.technet.microsoft.com/ScriptCenter/en-us/823939ab-b23c-4a3e-b43a-1381f11b1882
[VBScript code after this line:]
Dim objIE
Set objIE = WScript.CreateObject ("InternetExplorer.Application")
objIE.Toolbar = false
objIE.statusbar=false
objIE.Navigate "http://www.microsoft.com"
objIE.Visible = true
[:code before this line]
- - -
HTH. (Hope This Helps. :)
--Richard
.
- Prev by Date: Re: How to insert page breaks into a WordPad RTF document
- Next by Date: Re: desktop icons gone
- Previous by thread: Re: How to insert page breaks into a WordPad RTF document
- Next by thread: Re: desktop icons gone
- Index(es):
Relevant Pages
|
Loading