Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
QuestionHow to open a existing PPT application on window form Pin
sam_g119-Mar-06 19:17
sam_g119-Mar-06 19:17 
AnswerRe: How to open a existing PPT application on window form Pin
AB777119-Mar-06 23:23
AB777119-Mar-06 23:23 
Questionimporting a dll from vc++ to c#.net Pin
anithavikram(manisha)19-Mar-06 17:34
anithavikram(manisha)19-Mar-06 17:34 
AnswerRe: importing a dll from vc++ to c#.net Pin
GDavy19-Mar-06 20:15
GDavy19-Mar-06 20:15 
AnswerRe: importing a dll from vc++ to c#.net Pin
Ahmad Mahmoud [candseeme]19-Mar-06 22:23
Ahmad Mahmoud [candseeme]19-Mar-06 22:23 
QuestionHelp with Win XP task manager Pin
SteelCrow19-Mar-06 17:17
SteelCrow19-Mar-06 17:17 
AnswerRe: Help with Win XP task manager Pin
leppie19-Mar-06 18:11
leppie19-Mar-06 18:11 
AnswerRe: Help with Win XP task manager Pin
fjlv200519-Mar-06 18:33
fjlv200519-Mar-06 18:33 
Hi,

Just a suggestion, if you dont want users to kill the process, then you may disable your task manager so that in the first place users cannot kill any process. There are two ways that i know,

one is through registry (but still users can access taskmanager through ctrl+alt+delete however it is disabled when users right click on the system tray, so perhaps you should add your own control for ctrl+alt+del. Here is the registry path for disabling taskmanager for system tray:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
under System create a DWORD Value DisableTaskMgr and set the value to 1.

second Active Directory.. then you create a policy, you run the Group Policy Object Editor, Go to User Configuration->Administrative templates->System->Ctrl+Alt+Del Options then enabled Remove Task Manager policy. then apply that policy to the specific pc/user you want that policy to apply.

Hope this helps a bit.
GeneralRe: Help with Win XP task manager Pin
SteelCrow19-Mar-06 19:04
SteelCrow19-Mar-06 19:04 
GeneralRe: Help with Win XP task manager Pin
Robert Rohde19-Mar-06 19:48
Robert Rohde19-Mar-06 19:48 
GeneralRe: Help with Win XP task manager Pin
SteelCrow19-Mar-06 20:18
SteelCrow19-Mar-06 20:18 
GeneralRe: Help with Win XP task manager Pin
Robert Rohde20-Mar-06 6:56
Robert Rohde20-Mar-06 6:56 
GeneralRe: Help with Win XP task manager Pin
SteelCrow20-Mar-06 14:55
SteelCrow20-Mar-06 14:55 
QuestionDisabled some items in ListView Pin
fjlv200519-Mar-06 16:51
fjlv200519-Mar-06 16:51 
AnswerRe: Disabled some items in ListView Pin
Ahmad Mahmoud [candseeme]20-Mar-06 1:21
Ahmad Mahmoud [candseeme]20-Mar-06 1:21 
GeneralRe: Disabled some items in ListView Pin
fjlv200520-Mar-06 22:49
fjlv200520-Mar-06 22:49 
AnswerRe: Disabled some items in ListView Pin
mav.northwind20-Mar-06 5:44
mav.northwind20-Mar-06 5:44 
GeneralRe: Disabled some items in ListView Pin
fjlv200520-Mar-06 23:02
fjlv200520-Mar-06 23:02 
Questionc# Windows Service doesn't start automatically.. Pin
WhatAboutNet19-Mar-06 15:53
WhatAboutNet19-Mar-06 15:53 
AnswerRe: c# Windows Service doesn't start automatically.. Pin
leppie19-Mar-06 18:25
leppie19-Mar-06 18:25 
QuestionForm refreshing every millisecond Pin
htgjyfywejuytkl19-Mar-06 14:17
htgjyfywejuytkl19-Mar-06 14:17 
AnswerRe: Form refreshing every millisecond Pin
htgjyfywejuytkl19-Mar-06 17:13
htgjyfywejuytkl19-Mar-06 17:13 
QuestionFind out what a webpage is about thru programming Pin
redbrad019-Mar-06 12:01
redbrad019-Mar-06 12:01 
AnswerRe: Find out what a webpage is about thru programming Pin
Judah Gabriel Himango19-Mar-06 12:40
sponsorJudah Gabriel Himango19-Mar-06 12:40 
QuestionHow to add image to RTF file ??? Pin
amin_behzadi19-Mar-06 11:03
professionalamin_behzadi19-Mar-06 11: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.