Click here to Skip to main content
15,881,882 members
Articles / Desktop Programming / Win32

Managed Control Panel Items

Rate me:
Please Sign up or sign in to vote.
4.75/5 (24 votes)
22 Sep 2008CPL2 min read 76.6K   1.5K   96  
Creating Control Panel items using the .NET Framework
��Windows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls]

"CplNet.cpl"=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,4d,\

  00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,2e,00,4e,00,45,00,54,00,\

  5c,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,50,00,61,00,6e,00,65,00,6c,\

  00,49,00,74,00,65,00,6d,00,73,00,5c,00,43,00,70,00,6c,00,4e,00,65,00,74,00,\

  2e,00,64,00,6c,00,6c,00,00,00

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Common Public License Version 1.0 (CPL)


Written By
Software Developer
Poland Poland
I am a graduate of Wroclaw University of Science and Technology, Poland.

My interests: gardening, reading, programming, drawing, Japan, Spain.

Comments and Discussions