打开“桌面图标设置" [英] Open "Desktop Icon Settings"

查看:130
本文介绍了打开“桌面图标设置"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有人知道如何在Visual Basic中打开Windows桌面图标设置.

桌面图标设置的路径是:控制面板,外观和个性化,个性化,更改桌面图标(位于左侧面板中).

谢谢
Will

I was wondering if anybody knows how to open Windows Desktop Icon Settings in Visual Basic.

The path to the Desktop Icon settings is: Control Panel, Appearance and Personalization, Personalization, Change Desktop Icons (located in the left hand side panel).

Thanks
Will

推荐答案

您可以尝试执行"rundll32.exe shell32.dll,Control_RunDLL desk.cpl ,, 0"命令.您可以将最后一个0替换为1、2、3、4,以更改制表符.您必须像尝试从代码中运行其他任何可执行文件一样来运行它.
You can try executing "rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0" command. You can replace the last 0 with 1, 2, 3, 4 for changing tabs. You have to run this as if you are trying to run any other executable file from your code.


那是完美的,不需要更改0,它的作用很神奇!
非常感谢!
That''s perfect, no need to change the 0, its worked wonders!
Thank-You ever so much!


这篇关于打开“桌面图标设置"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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