I am currently experimenting with programming my own custom "taskbar", so I would like to have my own button to lanuch the StartMenu.
My attempt is to develop a simple taskbar like windows 95 in windows 10
.
So far I implemented:
* simple access to 'Run' dialog (no need to use Ctrl+Shift+Esc to run taskmgr before)
* bring some running application window to front (restore from minimized state if needed) using my own buttons
Would it be possible to popup the Classic Start Menu in an other way than clicking the Start Button in explorer.exe?