Tagged Questions
3
votes
3answers
97 views
What is the fastest (insert speed) way to achieve a prioritized collection of arrays in .Net?
I am writing a specific priority queue. Its structure needs to be something as follows:
Priority(<int>) Data(List<Object>)
1 a, b, g, h
3 c, d, j
4 ...
2
votes
1answer
584 views
.NET Windows 7 Jumplist - Checkbox / Radio Jumplist Item
I would like to create a jumplist item that functions with a tick or round checkmark in front of the option. I am using the Windows API Code Pack for the .NET implementation.
I have had a look ...
1
vote
3answers
341 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
266 views
How to use Windows 7 features in my simple .net application without any new API?
I want to use windows 7 features like icon overlay, and thumbnail tasks but my question is that can i do it without using any other API on just my plain .net 3.5. i recently enabled jumplists on an ...
0
votes
0answers
27 views
Create a Jumplist of Commandline Arguments?
Is it possible to use the Windows 7 JumpList API to create a list of custom data not related to existing files in the FileSystem?
For instance, a list of recent\frequent command-line arguments for ...
0
votes
0answers
40 views
What dermines uniqueness for Windows 7 Jump List Recent items?
If I add a recent item, via the JumpList.AddToRecentCategory static method, how can I ensure that the same item is "overwritten" and goes to the top of the list without creating a duplicate?
...
0
votes
3answers
168 views
JumpList and ClickOnce - is this combination possible?
I have a WPF application which uses a JumpList (Recent only). Everything works perfectly until I deploy it using ClickOnce - the JumpList simply does not show (BTW, it does not show as well when ...