Click here to Skip to main content
15,906,626 members
Home / Discussions / C#
   

C#

 
GeneralRe: pending \0 in string? Pin
Ennis Ray Lynch, Jr.24-Jun-08 2:50
Ennis Ray Lynch, Jr.24-Jun-08 2:50 
GeneralRe: pending \0 in string? Pin
George_George24-Jun-08 2:57
George_George24-Jun-08 2:57 
GeneralRe: pending \0 in string? Pin
leppie25-Jun-08 2:22
leppie25-Jun-08 2:22 
GeneralRe: pending \0 in string? Pin
George_George25-Jun-08 2:28
George_George25-Jun-08 2:28 
QuestionNetwork Pin
ellllllllie23-Jun-08 22:10
ellllllllie23-Jun-08 22:10 
AnswerRe: Network Pin
Christian Graus23-Jun-08 22:18
protectorChristian Graus23-Jun-08 22:18 
GeneralRe: Network Pin
ellllllllie23-Jun-08 22:45
ellllllllie23-Jun-08 22:45 
GeneralRe: Network Pin
Christian Graus23-Jun-08 23:55
protectorChristian Graus23-Jun-08 23:55 
QuestionDouble click event in datagrid row in .net framework 1.1 Pin
mynameissuraj23-Jun-08 21:16
mynameissuraj23-Jun-08 21:16 
AnswerRe: Double click event in datagrid row in .net framework 1.1 Pin
Christian Graus23-Jun-08 21:20
protectorChristian Graus23-Jun-08 21:20 
GeneralRe: Double click event in datagrid row in .net framework 1.1 Pin
leppie23-Jun-08 21:33
leppie23-Jun-08 21:33 
GeneralRe: Double click event in datagrid row in .net framework 1.1 Pin
N a v a n e e t h23-Jun-08 21:35
N a v a n e e t h23-Jun-08 21:35 
GeneralRe: Double click event in datagrid row in .net framework 1.1 Pin
Christian Graus23-Jun-08 21:36
protectorChristian Graus23-Jun-08 21:36 
GeneralRe: Double click event in datagrid row in .net framework 1.1 Pin
N a v a n e e t h23-Jun-08 21:39
N a v a n e e t h23-Jun-08 21:39 
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 

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.