I need a code or instructional that will help me make a application that will be able to be right clicked in the taskbar (NOT tray) and have options. I want to be able to input specific functions. Please help:) Attachment 121683
Printable View
I need a code or instructional that will help me make a application that will be able to be right clicked in the taskbar (NOT tray) and have options. I want to be able to input specific functions. Please help:) Attachment 121683
I've never done it myself but, if I'm not mistaken, that functionality is provided via the Windows API Code Pack. You can add it to your project via NuGet and a quick web search will turn up examples and descriptions of its use, e.g.
http://ohadsc.wordpress.com/2014/06/...ssing-samples/
I just looked into it a little bit and I am at school so I couldn't look into it too much. But is there any other ways incase if that doesn't work for me?
API Code pack is the way to go.
http://www.developerfusion.com/artic...ows-7-taskbar/
can you explain what you extractly want to achieve.