I am using the Windows API code package for the Microsoft .NET Framework to try some of the new features in the Win7 taskbar user interface. I am coding in C #.
I have a question about jumplists. The entire code example presented assumes that entries in the jump list are used to call to launch a specific application or open a document, for example. a text document in the MRU list or run mspaint.exe.
I would like to implement some elements that allow me to set state in my own application (i.e. an application that interacts with the taskbar). MSN Messenger does this, for example, when you can set your status (Busy, Offline, etc.).
Try as I could, I cannot create a JUmpListItem or JumpListLink to behave this way - it treats them like applications or documents.
Does anyone have any examples of how to create an element that raises an event in the same application that created it? I am sure it is simple, but I am very stupid.
Thank you very much for your help.
source
share