指定开始菜单快捷方式的顺序
我在程序菜单中为一些 exe 文件创建了快捷方式。 例如,我可能会为 a.exe、v.exe 和 g.exe 创建快捷方式。 默认情况下,它对齐为 a、g、v(按字母顺序)。 我想以不同的顺序放置快捷方式,例如 (v, a, g)。
简而言之,我希望能够将其创建的快捷方式的顺序更改为字母顺序以外的顺序。
我在 vb 中使用 wshshellobject。 我创建了一个dll; 通过它我创建了我的快捷方式
I created shortcuts for some of my exe's in the program menu. For example, I might create shortcuts for a.exe, v.exe, and g.exe. By default, it aligns as a, g, v (in alphabetical order). I want to place my shortcuts in a different order, such as (v, a, g).
In short, I want to be able to change the order for the shortcuts it creates to something other than alphabetical order.
I am using wshshellobject in vb. I created a dll; through that I created my shortcuts
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您正在尝试修改“开始”菜单上快捷方式的顺序,我不确定这是否可以通过编程来完成(这很遗憾 - 我通过键入以下命令启动了 Vista/7 中许多应用程序的卸载程序他们的名字,不看就打!)。
微软的 Raymond Chen 前段时间在他的博客上发布了这样的内容:
更多信息请点击这里:
http://blogs.msdn.com/b/oldnewthing /archive/2006/06/19/636823.aspx
Assuming you're trying to modify the order of your shortcuts on the Start Menu, I'm not sure this is possible to do programatically (which is a shame - I've fired up the uninstallers for many apps in Vista/7 by typing their names and just hitting without looking!).
Microsoft's Raymond Chen posted this on his blog some time ago:
More info here:
http://blogs.msdn.com/b/oldnewthing/archive/2006/06/19/636823.aspx