How to dock an application in the Windows desktop?

后端 未结 2 591
谎友^
谎友^ 2020-12-05 16:25

I would like to develop a small notifications application for Windows in .NET that docks on the right/left side of the screen (not consuming more than 300px), should always

2条回答
  •  醉梦人生
    2020-12-05 17:21

    The most reliable way would be to register your application as an Application Desktop Toolbar (AppBar).

    You will need to interop to do this, here is a Code Project article on doing this with C#, it should be a fair starting point. http://www.codeproject.com/KB/dotnet/AppBar.aspx

提交回复
热议问题