using Shell32;
Shell32.ShellClass shell = new Shell32.ShellClass();
shell.MinimizeAll();
this is executed after taping a button .
everything gets compiled just fine but when i emulate the program i get this error upon tapping the button .
COM object with CLSID '{13709620-C279-11CE-A49E-444553540000}' cannot be created due to the following error: Class not registered
im not exactly sure what this means . ive googled my little heart out . and all i found was that i had to implement the Shell32.dll which i did .
I appologize for any things ive done wrong in my posting . but im lost .
thanks everyone for your help !

New Topic/Question
Reply


MultiQuote




|