Click here to Skip to main content
15,910,787 members
Home / Discussions / C#
   

C#

 
AnswerRe: Add/Remove Network Protocols Pin
kingletas19-Oct-07 5:31
kingletas19-Oct-07 5:31 
QuestionBind data into textbox Pin
zafax_18-Oct-07 6:47
zafax_18-Oct-07 6:47 
AnswerRe: Bind data into textbox Pin
zafax_18-Oct-07 6:54
zafax_18-Oct-07 6:54 
Question3G/GPRS Connection [modified] Pin
Eurfyl18-Oct-07 5:52
Eurfyl18-Oct-07 5:52 
AnswerRe: 3G/GPRS Connection Pin
led mike18-Oct-07 6:30
led mike18-Oct-07 6:30 
GeneralRe: 3G/GPRS Connection Pin
Eurfyl18-Oct-07 11:47
Eurfyl18-Oct-07 11:47 
GeneralRe: 3G/GPRS Connection Pin
ekynox18-Oct-07 12:38
ekynox18-Oct-07 12:38 
AnswerEach modem Pin
Ennis Ray Lynch, Jr.18-Oct-07 9:57
Ennis Ray Lynch, Jr.18-Oct-07 9:57 
QuestionExtracting messages from outlook inbox and transffering it to a documents folder Pin
Suj_7818-Oct-07 5:50
Suj_7818-Oct-07 5:50 
QuestionGet data from database and equalize to IList Pin
dataminers18-Oct-07 5:21
dataminers18-Oct-07 5:21 
AnswerRe: Get data from database and equalize to IList Pin
led mike18-Oct-07 6:25
led mike18-Oct-07 6:25 
QuestionCreating .DBF file using c# without installing Fox pro Pin
idreesbadshah18-Oct-07 5:04
idreesbadshah18-Oct-07 5:04 
AnswerRe: Creating .DBF file using c# without installing Fox pro Pin
Abhijit Jana18-Oct-07 5:10
professionalAbhijit Jana18-Oct-07 5:10 
QuestionClob data through c# Pin
umashankergr818-Oct-07 4:44
umashankergr818-Oct-07 4:44 
AnswerRe: Clob data through c# Pin
Abhijit Jana18-Oct-07 4:53
professionalAbhijit Jana18-Oct-07 4:53 
QuestionA Service to Kill Processes Pin
kingletas18-Oct-07 4:24
kingletas18-Oct-07 4:24 
AnswerRe: A Service to Kill Processes Pin
led mike18-Oct-07 4:46
led mike18-Oct-07 4:46 
GeneralRe: A Service to Kill Processes Pin
kingletas18-Oct-07 5:01
kingletas18-Oct-07 5:01 
GeneralRe: A Service to Kill Processes Pin
led mike18-Oct-07 5:23
led mike18-Oct-07 5:23 
GeneralRe: A Service to Kill Processes [modified] Pin
kingletas18-Oct-07 5:45
kingletas18-Oct-07 5:45 
GeneralRe: A Service to Kill Processes Pin
led mike18-Oct-07 6:18
led mike18-Oct-07 6:18 
GeneralRe: A Service to Kill Processes Pin
kingletas18-Oct-07 6:24
kingletas18-Oct-07 6:24 
GeneralRe: A Service to Kill Processes Pin
Dan Neely18-Oct-07 5:44
Dan Neely18-Oct-07 5:44 
GeneralRe: A Service to Kill Processes Pin
kingletas18-Oct-07 6:22
kingletas18-Oct-07 6:22 
AnswerRe: A Service to Kill Processes Pin
leppie18-Oct-07 4:50
leppie18-Oct-07 4:50 
Why would you want to kill processes? Wouldn't you just want to prevent users from starting new ones?

It is quite easy to prevent the task manager (via registry) and Alt-TAB and the Windows keys with a global keyboard hook.


xacc.ide

The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."

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.