I am running a custom shell Test.exe instead of Explorer.exe which launches a full screen application when the user logs in. However, that application is unable to execute ShowWindow commands (minimizing or hiding) on itself. It works fine when the default shell is Explorer.exe so it has something to do with the custom shell not having a taskbar possibly?
Is there a way to handle such a case and if so, how would I go about doing it? I would like the ability to minimize a window in a custom shell rather than having explorer running.
Thanks!