to avoid having to right click on taskbar and choose from shortcut
menu? I'd like to have a shortcut sitting in the Quick Launch toolbar
for that feature.

dave

Re: Any way to make a shortcut to "show windows side by side"... by Keith

Keith
Thu Apr 03 20:16:05 PDT 2008

Copy & paste the following lines into notepad & save as SideBySide.vbs

-----------------------------
dim objShell

set objShell = CreateObject("Shell.Application")
objShell.TileVertically
set objShell = nothing
-----------------------------

--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"David" <david@invalid.com> wrote in message
news:av2dncNwXakdpmjanZ2dnUVZ_u2mnZ2d@comcast.com...
> to avoid having to right click on taskbar and choose from shortcut menu?
> I'd like to have a shortcut sitting in the Quick Launch toolbar for that
> feature.
>
> dave


Re: Any way to make a shortcut to "show windows side by side"... by Brink

Brink
Thu Apr 03 23:09:40 PDT 2008


Keith Miller \(MVP\);671802 Wrote:
> Copy & paste the following lines into notepad & save as SideBySide.vb
>
> ----------------------------
> dim objShel
>
> set objShell = CreateObject("Shell.Application"
> objShell.TileVerticall
> set objShell = nothin
> ----------------------------
>
> -
> Good Luck
>
> Keit
> Microsoft MVP [Windows Shell/User
>
>
>
> "David" <david@xxxxxx> wrote in messag
> news:av2dncNwXakdpmjanZ2dnUVZ_u2mnZ2d@xxxxxx> > >
> > > to avoid having to right click on taskbar and choose from shortcu
> > menu
> > > I'd like to have a shortcut sitting in the Quick Launch toolbar fo
> > tha
> > > feature
> >
> > > dave > >

Hi Keith

What would the VBS code be for the "Undo Show Side by Side" option

Thank you
Shaw

--
Brin

*There are no dumb questions, just the people that do not as
them.*
'*VISTA FORUMS*' (http://www.vistax64.com)
*Please post feedback to help others.*

Re: Any way to make a shortcut to "show windows side by side"... by Keith

Keith
Fri Apr 04 00:34:11 PDT 2008

Good question! Made me learn something new :) From preliminary testing, it
looks like the UndoMinimizeALL method:

http://msdn2.microsoft.com/en-us/library/bb774106.aspx

has actually taken on the function of, for lack of a better name,
UndoLastWindowArrange :) -- the script equivalent of whatever 'Undo' command
(if any) is available from the Taskbar context menu at any given time.

----------------------
dim objShell

set objShell = CreateObject("Shell.Application")
objShell.UndoMinimizeALL
set objShell = nothing
---------------------------------------------

Note that 'Minimize All' is no longer a context menu option, but if you
execute 'Minimize All' via the Winkey+M combination, 'Undo Minimize All'
becomes available.

--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"Brink" <Brink.37bx3a@no-mx.forums.net> wrote in message
news:Brink.37bx3a@no-mx.forums.net...
>
> Keith Miller \(MVP\);671802 Wrote:
>> Copy & paste the following lines into notepad & save as SideBySide.vbs
>>
>> -----------------------------
>> dim objShell
>>
>> set objShell = CreateObject("Shell.Application")
>> objShell.TileVertically
>> set objShell = nothing
>> -----------------------------
>>
>> --
>> Good Luck,
>>
>> Keith
>> Microsoft MVP [Windows Shell/User]
>>
>>
>>
>> "David" <david@xxxxxx> wrote in message
>> news:av2dncNwXakdpmjanZ2dnUVZ_u2mnZ2d@xxxxxx> > >
>> > > to avoid having to right click on taskbar and choose from shortcut
>> > menu?
>> > > I'd like to have a shortcut sitting in the Quick Launch toolbar for
>> > that
>> > > feature.
>> > >
>> > > dave > >
>
> Hi Keith,
>
> What would the VBS code be for the "Undo Show Side by Side" option?
>
> Thank you,
> Shawn
>
>
> --
> Brink
>
> *There are no dumb questions, just the people that do not ask
> them.*
> '*VISTA FORUMS*' (http://www.vistax64.com)
> *Please post feedback to help others.*


Re: Any way to make a shortcut to "show windows side by side"... by Brink

Brink
Fri Apr 04 01:13:59 PDT 2008


Keith Miller \(MVP\);671896 Wrote:
> Good question! Made me learn something new :) From preliminary testing,
> it
> looks like the UndoMinimizeALL method:
>
> 'UndoMinimizeALL Method (Shell)'
> (http://msdn2.microsoft.com/en-us/library/bb774106.aspx)
>
> has actually taken on the function of, for lack of a better name,
> UndoLastWindowArrange :) -- the script equivalent of whatever 'Undo'
> command
> (if any) is available from the Taskbar context menu at any given time.
>
> ----------------------
> dim objShell
>
> set objShell = CreateObject("Shell.Application")
> objShell.UndoMinimizeALL
> set objShell = nothing
> ---------------------------------------------
>
> Note that 'Minimize All' is no longer a context menu option, but if you
> execute 'Minimize All' via the Winkey+M combination, 'Undo Minimize
> All'
> becomes available.
>
> --
> Good Luck,
>
> Keith
> Microsoft MVP [Windows Shell/User]
>
>
>
> "Brink" <Brink.37bx3a@xxxxxx-mx.forums.net> wrote in message
> news:Brink.37bx3a@xxxxxx-mx.forums.net...> > >
> > >
> > > Keith Miller \(MVP\);671802 Wrote:
> > >
> > > Hi Keith,
> > >
> > > What would the VBS code be for the "Undo Show Side by Side" option?
> > >
> > > Thank you,
> > > Shawn
> > >
> > >
> > > --
> > > Brink
> > >
> > > *There are no dumb questions, just the people that do not ask
> > > them.*
> > > '*VISTA FORUMS*' (http://www.vistax64.com)
> > > *Please post feedback to help others.* > >

Thank you Keith. I was trying everything around that but that. DOH!

Shawn


--
Brink

*There are no dumb questions, just the people that do not ask
them.*
'*VISTA FORUMS*' (http://www.vistax64.com)
*Please post feedback to help others.*

Re: Any way to make a shortcut to "show windows side by side"... by Keith

Keith
Fri Apr 04 07:37:23 PDT 2008

You're welcome. I posted this info to Community Content on MSDN as well --
we'll see how that works :)

--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"Brink" <Brink.37c3c3@no-mx.forums.net> wrote in message
news:Brink.37c3c3@no-mx.forums.net...
>
> Keith Miller \(MVP\);671896 Wrote:
>> Good question! Made me learn something new :) From preliminary testing,
>> it
>> looks like the UndoMinimizeALL method:
>>
>> 'UndoMinimizeALL Method (Shell)'
>> (http://msdn2.microsoft.com/en-us/library/bb774106.aspx)
>>
>> has actually taken on the function of, for lack of a better name,
>> UndoLastWindowArrange :) -- the script equivalent of whatever 'Undo'
>> command
>> (if any) is available from the Taskbar context menu at any given time.
>>
>> ----------------------
>> dim objShell
>>
>> set objShell = CreateObject("Shell.Application")
>> objShell.UndoMinimizeALL
>> set objShell = nothing
>> ---------------------------------------------
>>
>> Note that 'Minimize All' is no longer a context menu option, but if you
>> execute 'Minimize All' via the Winkey+M combination, 'Undo Minimize
>> All'
>> becomes available.
>>
>> --
>> Good Luck,
>>
>> Keith
>> Microsoft MVP [Windows Shell/User]
>>
>>
>>
>> "Brink" <Brink.37bx3a@xxxxxx-mx.forums.net> wrote in message
>> news:Brink.37bx3a@xxxxxx-mx.forums.net...> > >
>> > >
>> > > Keith Miller \(MVP\);671802 Wrote:
>> > >
>> > > Hi Keith,
>> > >
>> > > What would the VBS code be for the "Undo Show Side by Side" option?
>> > >
>> > > Thank you,
>> > > Shawn
>> > >
>> > >
>> > > --
>> > > Brink
>> > >
>> > > *There are no dumb questions, just the people that do not ask
>> > > them.*
>> > > '*VISTA FORUMS*' (http://www.vistax64.com)
>> > > *Please post feedback to help others.* > >
>
> Thank you Keith. I was trying everything around that but that. DOH!
>
> Shawn
>
>
> --
> Brink
>
> *There are no dumb questions, just the people that do not ask
> them.*
> '*VISTA FORUMS*' (http://www.vistax64.com)
> *Please post feedback to help others.*