Get up to 80 % extra points for free! More info:

Working With Our Own Files in C# 4 - Registry, UAC And Icons

In the last part of the series on working with files of our own type, we handled several errors and learned our application to accept command line arguments from File Explorer. In this article, we'll describe how to work with the Windows Registry in C#, request the system to display a UAC elevation prompt, and change the icon of our files.

Writing to the registry in C# .NET

C# has the Registry class that contains static methods for working with the registry. First we'll use the static ClassesRoot property, which will take us directly to HKEY_CLASSES_ROOT, where we'll write to. If the application has default permissions, it can read from the registry, but can't write to it. In order not to bother the user every time the application is opened, a UAC prompt will only show at the first start. The following diagram practically shows what we'll do.


 

...End of the preview...
Continue further

You will gain knowledge worth hundreds of thousands for a few crowns

You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.

Buy this course

Buy all currently available lessons with exercise submitting and other features for just $10.80
Current account balance $0
By buying this package, you'll have access to all 19 articles (19 lessons) in this course.

This article is licensed: Premium, by buying this article, you agree with the terms of use.

What will you get from us in the next lessons?
  • Unlimited and permanent access to individual lessons.
  • High quality IT knowledge.
  • Skills to help you get your dream and well-paid job.

Article description

Requested article covers this content:

In the tutorial, we'll describe how to work with the registry in C#, force the system to display a UAC elevation prompt, and change icons.

You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.

Article has been written for you by Filip Smolík
Avatar
Activities