User Inteface problem: A way to get MDI Children to show up in taskbar?

后端 未结 3 1451
春和景丽
春和景丽 2021-01-27 09:27

I\'d like your advice on the following issue: We are studying different User Interface solutions for an Windows Forms application we are developing and we have come to the concl

3条回答
  •  情深已故
    2021-01-27 10:23

    You are right that there is no way to do this directly from C# as this functionality is not implemented in the .Net Fx, but rather in the Windows API. Luckily Microsoft provides a managed library to access these functions in Windows 7 (and some Windows Vista ones). Take a look at the Windows API Code Pack for Microsoft .Net Framework. The functionality you are looking for is called Tabbed Thumbnails.

提交回复
热议问题