C# - Force using XP style alt-tab switcher

197 Views Asked by At

I would like to ask if anyone would know a way how to force the old XP version of Alt-Tab dialog when inside my C# app.

Old XP Style Windows APP Switcher

There is definitely a way how to capture keyboard keys, for example here Global keyboard capture in C# application. There could be a way to capture alt-tab with KeyPress or KeyDown and then send alt-alt-tab which would show the old version, but that is not a preferable way.

So how to force windows from C# to show the old alt-tab dialogue from the app? Is it even possible?

Thanks in advance.

0

There are 0 best solutions below