Click here to Skip to main content
15,891,136 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: System.Net.PeerToPeer Pin
KaptinKrunch26-Dec-07 8:33
KaptinKrunch26-Dec-07 8:33 
GeneralRe: System.Net.PeerToPeer Pin
Paul Conrad26-Dec-07 9:48
professionalPaul Conrad26-Dec-07 9:48 
GeneralFatal Error When Running .Net Application from UNC FileShare Pin
DotNetWWW25-Dec-07 22:16
DotNetWWW25-Dec-07 22:16 
GeneralRe: Fatal Error When Running .Net Application from UNC FileShare Pin
Dave Kreskowiak26-Dec-07 8:37
mveDave Kreskowiak26-Dec-07 8:37 
GeneralRe: Fatal Error When Running .Net Application from UNC FileShare [modified] Pin
DotNetWWW26-Dec-07 18:39
DotNetWWW26-Dec-07 18:39 
GeneralWPF, Textures and large images Pin
Robert Rohde24-Dec-07 23:38
Robert Rohde24-Dec-07 23:38 
QuestionHow to change registry key permissons from a C# Pin
André Ziegler24-Dec-07 6:14
André Ziegler24-Dec-07 6:14 
AnswerRe: How to change registry key permissons from a C# Pin
Scott Dorman25-Dec-07 4:25
professionalScott Dorman25-Dec-07 4:25 
There are no managed code functions that can do this. You could do this by using some interop to the native API's, but I don't recommend it. Why do you need to write to this key any time other than at install time? If you just need to store run-time information, there are other registry keys that your application has access to that you should be using instead. If you actually need to change this key, you need to learn how to do it the correct way and play properly within the permissions by using a manifest file for your application and splitting that feature out into a separate module (application) that can run with elevated privileges or make your entire application require elevated privs to run (not recommended as well).

Scott.

—In just two days, tomorrow will be yesterday.

[Forum Guidelines] [Articles] [Blog]

GeneralRe: How to change registry key permissons from a C# Pin
André Ziegler25-Dec-07 6:49
André Ziegler25-Dec-07 6:49 
GeneralRe: How to change registry key permissons from a C# Pin
Scott Dorman25-Dec-07 7:17
professionalScott Dorman25-Dec-07 7:17 
QuestionWLan status Pin
Olle Norelius23-Dec-07 4:00
Olle Norelius23-Dec-07 4:00 
GeneralRe: WLan status Pin
Dave Kreskowiak23-Dec-07 5:02
mveDave Kreskowiak23-Dec-07 5:02 
GeneralRe: WLan status Pin
Olle Norelius23-Dec-07 8:51
Olle Norelius23-Dec-07 8:51 
GeneralRe: WLan status Pin
Dave Kreskowiak23-Dec-07 10:21
mveDave Kreskowiak23-Dec-07 10:21 
GeneralRe: WLan status Pin
Olle Norelius23-Dec-07 10:53
Olle Norelius23-Dec-07 10:53 
GeneralRe: WLan status Pin
Dave Kreskowiak23-Dec-07 10:58
mveDave Kreskowiak23-Dec-07 10:58 
GeneralGeneral Doubt About LocalHost Pin
Member 387988122-Dec-07 1:17
Member 387988122-Dec-07 1:17 
GeneralRe: General Doubt About LocalHost Pin
Paul Conrad22-Dec-07 7:17
professionalPaul Conrad22-Dec-07 7:17 
GeneralSession timeout in IIS or web.config - precedence Pin
VK-Cadec21-Dec-07 9:10
VK-Cadec21-Dec-07 9:10 
GeneralRe: Session timeout in IIS or web.config - precedence [modified] Pin
Waleed Eissa25-Dec-07 18:07
Waleed Eissa25-Dec-07 18:07 
GeneralTalking in POP3 and SMTP language Pin
hamidkhan21-Dec-07 5:04
hamidkhan21-Dec-07 5:04 
Generalregarding .msi setup project Pin
yudhisthira20-Dec-07 23:57
yudhisthira20-Dec-07 23:57 
GeneralRe: regarding .msi setup project Pin
Dave Kreskowiak21-Dec-07 6:19
mveDave Kreskowiak21-Dec-07 6:19 
GeneralCreate a windows toolbar Pin
Yevgeny Efter20-Dec-07 21:42
Yevgeny Efter20-Dec-07 21:42 
GeneralRe: Create a windows toolbar Pin
Dave Kreskowiak21-Dec-07 6:16
mveDave Kreskowiak21-Dec-07 6:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.