Re: auto minimizing a link.



"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



.



Relevant Pages

  • Re: Opening hyperlink in new window
    ... > I have made a desktop shortcut for a hyperlink. ... the hyperlink opens in one of the existing IE windows (if there ... Is it possible to create a desktop shortcut for a hyperlink ... Uncheck "Reuse windows for launching shortcuts". ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: EXCEL.exe has generated errors and will be closed.... Help. :
    ... The main thing is that if we run Excel manually (From the Start Menu, the desktop shortcut, or the Quicklaunch shortcut) it opens up just fine. ... > vary with versions of windows and excel). ...
    (microsoft.public.excel.misc)
  • Re: Future of IT in Lebanon
    ... working knowledge of Indian programmers DNA, nor of their intuitive Java ... > So Longhorn is not an experiment and Linux is an experiment? ... another chapter in the Windows story, and the Microsoft marketing machine is ... > application opens, Check the about, it says Microsoft Visual Basic 6.3. ...
    (soc.culture.lebanon)
  • Re: Slow performance
    ... once the program opens up. ... memory is too low. ... Windows Live Once Care, and I usually notice improvement after I run the ... A visit to Event Viewer. ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: outlookexpress
    ... > Iam having trouble reading my email.It only opens part of ... Turn off email scanning in your antivirus software. ... Windows 2000 and Windows XP. ... Windows XP Service Pack 2 Resources for IT Professionals ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)

Loading