无法在Windows 7中创建JumpList [英] Cant create an JumpList in Windows 7

查看:91
本文介绍了无法在Windows 7中创建JumpList的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想在Windows 7下的测试应用中创建一个简单的JumpList.
这是我为JumpLists准备的一些示例代码

Hi,
I want to make a simple JumpList in my test app under Windows 7.
This is some sample code I have for JumpLists

            JumpList jl = JumpList.CreateJumpList();
            JumpListCustomCategory jlCC = new JumpListCustomCategory("Moja");
            jlCC.AddJumpListItems(new JumpListLink("http://www.wp.pl", "WP"));
            jl.AddCustomCategories(jlCC);
            jl.Refresh();

JL根本不会创建:/我尝试了不同的方法,但是没有运气.
我正在使用Windows 7 Ultimate,VS 2010 B2,.NET 4,该应用程序是WPF应用程序.

有任何建议吗?

The JL doesn't create at all :/ I've tried diferent ways but with no luck.
I'm using Windows 7 Ultimate, VS 2010 B2, .NET 4 and the app is an WPF application.

Any suggestions?

推荐答案

以下文章可能会对您有所帮助:
The following post may help you:


这篇关于无法在Windows 7中创建JumpList的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆