Language:EN
Pages: 2
Rating : ⭐⭐⭐⭐⭐
Price: $10.99
Page 1 Preview
true key key string extension extensions string pa

True key key string extension extensions string path string shellex

508

Chapter 41 ■

Writing Context Menu Shell Extensions

if (guid.Length > 0)
{
RegistryKey key;

key = Registry.LocalMachine.OpenSubKey(“Software\\” +
“Microsoft\\” +
“Windows\\” +
“CurrentVersion\\” + “Shell Extensions\\” + “Approved”, true);
key.SetValue(guid,
String.Format(“{0} shell extension”, handlerName)); key.Close();

protected static void UnregisterExtension(System.Type type, string[] extensions, string handlerName) {
try
{
string guid = InterogateGuid(type);

if (guid.Length > 0)
{
RegistryKey key;

You are viewing 1/3rd of the document.Purchase the document to get full access instantly

Immediately available after payment
Both online and downloadable
No strings attached
How It Works
Login account
Login Your Account
Place in cart
Add to Cart
send in the money
Make payment
Document download
Download File
img

Uploaded by : Tiya Dave

PageId: DOC9A4077B