Click here to Skip to main content
15,911,132 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Updated 22-Apr-10 5:06am
v2

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.
 
Share this answer
 
That's perfect, no need to change the 0, its worked wonders!
Thank-You ever so much!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900