Click here to Skip to main content
15,897,184 members
Home / Discussions / C#
   

C#

 
GeneralRe: Double click event in datagrid row in .net framework 1.1 Pin
Christian Graus23-Jun-08 21:42
protectorChristian Graus23-Jun-08 21:42 
Questionevents and functions Pin
Pankaj Garg23-Jun-08 21:15
Pankaj Garg23-Jun-08 21:15 
AnswerRe: events and functions Pin
Christian Graus23-Jun-08 21:20
protectorChristian Graus23-Jun-08 21:20 
GeneralRe: events and functions Pin
Pankaj Garg23-Jun-08 21:35
Pankaj Garg23-Jun-08 21:35 
GeneralRe: events and functions Pin
Christian Graus23-Jun-08 21:40
protectorChristian Graus23-Jun-08 21:40 
QuestionWhat is Face Book .Net?? Pin
Tridip Bhattacharjee23-Jun-08 20:29
professionalTridip Bhattacharjee23-Jun-08 20:29 
AnswerRe: What is Face Book .Net?? Pin
Christian Graus23-Jun-08 20:30
protectorChristian Graus23-Jun-08 20:30 
QuestionRemove Vista security notice Pin
Genbox23-Jun-08 20:12
Genbox23-Jun-08 20:12 
Hi.

I wanted to remove Vista security notification balloon that pops up when you deactivate UAC (User access control).

I need to do this in an application written in C#, I can easily do this in a cmd, but it does not seem to work in C#.

I write this in the CMD:

REG DELETE "HKCR\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC}" /f

So I created this C# code:

CreateProcess("reg.exe", @"DELETE \"HKCR\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC}\" /f");

Create process creates a new process with reg.exe as an application and the delete as argument.

That does not work. Any ideas?
AnswerRe: Remove Vista security notice Pin
Christian Graus23-Jun-08 20:14
protectorChristian Graus23-Jun-08 20:14 
GeneralRe: Remove Vista security notice Pin
Genbox23-Jun-08 20:18
Genbox23-Jun-08 20:18 
AnswerRe: Remove Vista security notice Pin
Harvey Saayman23-Jun-08 20:15
Harvey Saayman23-Jun-08 20:15 
AnswerRe: Remove Vista security notice Pin
Genbox23-Jun-08 20:15
Genbox23-Jun-08 20:15 
GeneralRe: Remove Vista security notice Pin
Christian Graus23-Jun-08 20:29
protectorChristian Graus23-Jun-08 20:29 
GeneralRe: Remove Vista security notice Pin
Genbox23-Jun-08 20:47
Genbox23-Jun-08 20:47 
GeneralRe: Remove Vista security notice Pin
Genbox23-Jun-08 21:01
Genbox23-Jun-08 21:01 
GeneralRe: Remove Vista security notice Pin
Christian Graus23-Jun-08 21:07
protectorChristian Graus23-Jun-08 21:07 
GeneralRe: Remove Vista security notice Pin
Reelix23-Jun-08 21:28
Reelix23-Jun-08 21:28 
GeneralRe: Remove Vista security notice Pin
Genbox23-Jun-08 21:54
Genbox23-Jun-08 21:54 
GeneralRe: Remove Vista security notice Pin
Genbox23-Jun-08 21:53
Genbox23-Jun-08 21:53 
QuestionDirectory Entry Pin
Pankaj Garg23-Jun-08 18:56
Pankaj Garg23-Jun-08 18:56 
AnswerRe: Directory Entry Pin
Abhijit Jana23-Jun-08 20:21
professionalAbhijit Jana23-Jun-08 20:21 
GeneralRe: Directory Entry Pin
Pankaj Garg23-Jun-08 20:28
Pankaj Garg23-Jun-08 20:28 
Questionform close Pin
ginji2023-Jun-08 17:50
ginji2023-Jun-08 17:50 
AnswerRe: form close Pin
subai23-Jun-08 17:55
subai23-Jun-08 17:55 
GeneralRe: form close Pin
ginji2023-Jun-08 19:03
ginji2023-Jun-08 19:03 

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.