Tagged Questions

3
votes
1answer
118 views

Jump Lists and Windows Forms

I've read a few other articles on Stack Overflow about implementing a Windows 7 jump list, but they're all from a couple of years ago and basically suggest, "get the Windows API Code Pack." (Answer ...
3
votes
1answer
2k views

Windows 7 Jump-List (Windows Forms, C#)

Does anybody know how to customize the Windows Jump-List feature related to my own application in C#? I know it can be done, but I cannot find anything C#/Windows7 related on MSDN yet. The only info ...
1
vote
3answers
321 views

Windows 7 Jump List

I think that is what this is called: http://img163.imageshack.us/img163/9234/13016288.png I want to be able to add stuff like that to my program. Such as an open button and other buttons that would ...
1
vote
2answers
750 views

How to add Windows 7 Jump Lists to a application

I want to add custom jump list entries to my application in Windows 7. The menus I am referring to are the following. Pin a application to the taskbar. Now right click on the application. Some ...
0
votes
1answer
122 views

Splash screen is pinned to taskbar, main screen shows additional taskbar entry

In my application, when you pin the installed app to the Taskbar from the Start Menu, and then launch the application from the pinned icon, the splash screen shows as if it is running from the pinned ...