Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~308 People Reached
Favorite Forums
Member Avatar for amazing

To register for my program (the program to read and process data from excel file), I did the following: [CODE] //Register ContextMenu public static void RemoveContextMenuItem(string extension, string menuName) { RegistryKey registryKey = Registry.ClassesRoot.OpenSubKey(extension); if (registryKey != null) { string extstring = registryKey.GetValue("").ToString(); //root registryKey.Close(); if (!string.IsNullOrEmpty(extstring)) { registryKey = …

Member Avatar for amazing
0
308