开发者

A Simple application that can run in windows task bar

I want to write a very simple application, containing a pop-up menu when user click on it, that will appear in windows task bar, exactly like language bar, this is the only need. it does not concatin any more functionality at the time being.

Does anybody know where to start or do you have any sample code for it.开发者_运维百科 I really do not know where to start since I am a Newbie!

Thanks in advance


Try having a look at the NotifyIcon class.


You are looking for ITrayDeskBand but good luck with getting anything out of the MSDN documentation.

I suggest a web search for ITrayDeskBand and looking at the top hits that aren't on MSDN!

For example, this from the Code Project looks useful. Note that since this is a shell extension, most of the code you find will be native because .NET shell extensions are somewhat frowned upon.


You need to develop a ToolBand for this.

You can either develop one yourself or use a library like EZShellExtensions.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜