where are the .dll for vertically tile windows command?

J

JuJuBeed

You know, you can right click on the taskbar and select "tile windows
vertically." I want to create a keyboard shortcut for this to make it
quicker. Where is the .dll for "vertically tile windows"? I found the ones
that allow me to do it horizontally, but what about vertically. Here is are
the two I found:

RunDll32.exe USER.DLL,tilechildwindows
RunDll32.exe USER.DLL,cascadechildwindows
 
D

David Candy

Set objshell = CreateObject("Shell.Application")
objshell.TileHorizontally

Choose one from below

CascadeWindows Cascadess all of the windows on the desktop.
EjectPC Ejects the computer from its docking station.
FileRun Displays the Run dialog to the user.
FindComputer Displays the Find: Computer dialog box.
FindFiles Displays the Find: All Files dialog box.
Help Displays Microsoft® Windows® Help.
MinimizeAll Minimizes all of the windows on the desktop.
RefreshMenu Refreshes the contents of the Start Menu.
SetTime Displays the Date/Time Properties dialog box.
ShutdownWindows Displays the Shut Down Windows dialog box.
Suspend Suspends the computer.
TileHorizontally Tiles all of the windows on the desktop horizontally.
TileVertically Tiles all of the windows on the desktop vertically.
TrayProperties Displays the Taskbar Properties dialog box.
UndoMinimize ALL Restores all of the windows on the desktop to the
same state they were in before the last MinimizeAll command.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top