How to use Shell32 within a C# application?
Just add a reference to Shell32.dll from the Windows\System32 folder and use it: Shell32.Shell shell = new Shell32.Shell(); shell.MinimizeAll();
Just add a reference to Shell32.dll from the Windows\System32 folder and use it: Shell32.Shell shell = new Shell32.Shell(); shell.MinimizeAll();