Click here to Skip to main content
15,793,019 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to do edit ,update and delete in DataGridview using C# Pin
RaviRanjanKr16-Jan-11 23:49
professionalRaviRanjanKr16-Jan-11 23:49 
GeneralRe: How to do edit ,update and delete in DataGridview using C# Pin
Pete O'Hanlon16-Jan-11 23:57
subeditorPete O'Hanlon16-Jan-11 23:57 
GeneralRe: How to do edit ,update and delete in DataGridview using C# Pin
RaviRanjanKr17-Jan-11 2:41
professionalRaviRanjanKr17-Jan-11 2:41 
GeneralRe: How to do edit ,update and delete in DataGridview using C# Pin
Henry Minute17-Jan-11 6:58
Henry Minute17-Jan-11 6:58 
GeneralRe: How to do edit ,update and delete in DataGridview using C# Pin
Pete O'Hanlon17-Jan-11 7:17
subeditorPete O'Hanlon17-Jan-11 7:17 
QuestionHow to not allowing the user to kill a process from Task Manager Pin
Aseem Sharma16-Jan-11 7:22
Aseem Sharma16-Jan-11 7:22 
AnswerRe: How to not allowing the user to kill a process from Task Manager [modified] Pin
Dan Mos16-Jan-11 7:30
Dan Mos16-Jan-11 7:30 
AnswerRe: How to not allowing the user to kill a process from Task Manager Pin
Manfred Rudolf Bihy16-Jan-11 7:36
professionalManfred Rudolf Bihy16-Jan-11 7:36 
By hooking into TerminateProcess or NtTerminateProcess you can achieve what you're looking for. I seriously doubt though that having a .NET C# function as a hook function is a.) advisable and/or b.) a feasable thing.
If you want to invest some time/work to get going in C++ this CP articel might come in handy: Easy way to set up global API hooks[^]

Regards
AnswerRe: How to not allowing the user to kill a process from Task Manager Pin
Pete O'Hanlon16-Jan-11 10:15
subeditorPete O'Hanlon16-Jan-11 10:15 
GeneralRe: How to not allowing the user to kill a process from Task Manager Pin
fjdiewornncalwe16-Jan-11 17:46
professionalfjdiewornncalwe16-Jan-11 17:46 
Questionsome questions about Chart control Pin
Erdinc2716-Jan-11 3:17
Erdinc2716-Jan-11 3:17 
QuestionStatic label in taskbar Pin
WritinCode15-Jan-11 20:35
WritinCode15-Jan-11 20:35 
AnswerRe: Static label in taskbar Pin
Eddy Vluggen16-Jan-11 11:39
professionalEddy Vluggen16-Jan-11 11:39 
Questioncant play sound from source using MediaElement Pin
igalep13215-Jan-11 13:10
igalep13215-Jan-11 13:10 
AnswerRe: cant play sound from source using MediaElement [modified] Pin
RaviRanjanKr15-Jan-11 19:23
professionalRaviRanjanKr15-Jan-11 19:23 
GeneralRe: cant play sound from source using MediaElement Pin
igalep13216-Jan-11 12:16
igalep13216-Jan-11 12:16 
GeneralRe: cant play sound from source using MediaElement Pin
RaviRanjanKr16-Jan-11 18:57
professionalRaviRanjanKr16-Jan-11 18:57 
QuestionDo people know about LINQ expression trees for super fast reflection? Pin
SledgeHammer0115-Jan-11 10:15
SledgeHammer0115-Jan-11 10:15 
AnswerRe: Do people know about LINQ expression trees for super fast reflection? Pin
Pete O'Hanlon15-Jan-11 11:26
subeditorPete O'Hanlon15-Jan-11 11:26 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
SledgeHammer0115-Jan-11 12:23
SledgeHammer0115-Jan-11 12:23 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
N a v a n e e t h16-Jan-11 5:51
N a v a n e e t h16-Jan-11 5:51 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
Pete O'Hanlon16-Jan-11 6:06
subeditorPete O'Hanlon16-Jan-11 6:06 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
N a v a n e e t h16-Jan-11 6:15
N a v a n e e t h16-Jan-11 6:15 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
Pete O'Hanlon16-Jan-11 10:12
subeditorPete O'Hanlon16-Jan-11 10:12 
AnswerAll of this post is plagiarised (except for the smiley...) Pin
Keith Barrow15-Jan-11 12:24
professionalKeith Barrow15-Jan-11 12:24 

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.