How do I code a progress bar for Windows 7 to also update itself on the taskbar?

前端 未结 4 655
情书的邮戳
情书的邮戳 2020-12-05 00:22

Windows 7 has an AWESOME new feature that applications can report the progress of the current activity through the status bar. For example, when copying file(s) using Window

4条回答
  •  隐瞒了意图╮
    2020-12-05 01:27

    There's a good article in MSDN magazine about the new taskbar APIs. And yes, the feature is awesome :-)

    Essentially, it's all about implementing IFileOperation. There's a good article about using it in managed code here.

提交回复
热议问题