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.*