Click here to Skip to main content
15,890,845 members
Home / Discussions / C#
   

C#

 
QuestionDragging the form.... please help! Pin
Rajdeep.NET is BACK3-May-09 20:09
Rajdeep.NET is BACK3-May-09 20:09 
AnswerRe: Dragging the form.... please help! Pin
MeekLogic3-May-09 20:16
MeekLogic3-May-09 20:16 
GeneralRe: Dragging the form.... please help! Pin
Emilio Garavaglia3-May-09 20:35
Emilio Garavaglia3-May-09 20:35 
GeneralRe: Dragging the form.... please help! Pin
Rajdeep.NET is BACK3-May-09 21:46
Rajdeep.NET is BACK3-May-09 21:46 
GeneralRe: Dragging the form.... please help! Pin
MeekLogic3-May-09 22:56
MeekLogic3-May-09 22:56 
QuestionUser names Pin
CodingLover3-May-09 19:31
CodingLover3-May-09 19:31 
AnswerRe: User names Pin
N a v a n e e t h3-May-09 21:55
N a v a n e e t h3-May-09 21:55 
QuestionSystem.Diagnostics.Process Help Pin
MeekLogic3-May-09 19:19
MeekLogic3-May-09 19:19 
Ok I have been having the most trouble with the Process class. It keeps throw Access Is Denied for everything. I stumbled across this.

[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true, Synchronization = true, 
    ExternalProcessMgmt = true, SelfAffectingProcessMgmt = true)] 
[PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]


Now I have no clue about this but I know your supposed to put above a func, constructor and all that. How can I just give my app all these permissions. Or better yet is there a better way to stop these rediculous exceptions. It happens on HasExited, Kill, Close, etc.

modified on Monday, May 4, 2009 2:03 AM

AnswerRe: System.Diagnostics.Process Help Pin
Dave Kreskowiak4-May-09 4:43
mveDave Kreskowiak4-May-09 4:43 
GeneralRe: System.Diagnostics.Process Help Pin
MeekLogic5-May-09 22:20
MeekLogic5-May-09 22:20 
GeneralRe: System.Diagnostics.Process Help Pin
Dave Kreskowiak6-May-09 2:09
mveDave Kreskowiak6-May-09 2:09 
GeneralRe: System.Diagnostics.Process Help Pin
MeekLogic6-May-09 14:26
MeekLogic6-May-09 14:26 
GeneralRe: System.Diagnostics.Process Help Pin
Dave Kreskowiak6-May-09 15:37
mveDave Kreskowiak6-May-09 15:37 
GeneralRe: System.Diagnostics.Process Help Pin
MeekLogic6-May-09 16:08
MeekLogic6-May-09 16:08 
Questionis there any decrpting algo that uses a dictionary or spell check to decrypt an encrypted file??? Pin
Ha lee3-May-09 15:00
Ha lee3-May-09 15:00 
AnswerRe: is there any decrpting algo that uses a dictionary or spell check to decrypt an encrypted file??? Pin
fly9043-May-09 15:05
fly9043-May-09 15:05 
AnswerRe: is there any decrpting algo that uses a dictionary or spell check to decrypt an encrypted file??? Pin
Garth J Lancaster3-May-09 15:11
professionalGarth J Lancaster3-May-09 15:11 
Questionis there any decryption algorithm that uses a dictionary to decrypt an encrypted algorithm??? Pin
Ha lee3-May-09 14:41
Ha lee3-May-09 14:41 
AnswerRe: is there any decryption algorithm that uses a dictionary to decrypt an encrypted algorithm??? Pin
fly9043-May-09 15:02
fly9043-May-09 15:02 
AnswerRe: is there any decryption algorithm that uses a dictionary to decrypt an encrypted algorithm??? Pin
Ha lee3-May-09 15:08
Ha lee3-May-09 15:08 
GeneralRe: is there any decryption algorithm that uses a dictionary to decrypt an encrypted algorithm??? [political correctness] Pin
fly9043-May-09 15:09
fly9043-May-09 15:09 
AnswerRe: is there any decryption algorithm that uses a dictionary to decrypt an encrypted algorithm??? Pin
Ha lee3-May-09 15:12
Ha lee3-May-09 15:12 
GeneralRe: is there any decryption algorithm that uses a dictionary to decrypt an encrypted algorithm??? Pin
fly9043-May-09 15:17
fly9043-May-09 15:17 
GeneralRe: is there any decryption algorithm that uses a dictionary to decrypt an encrypted algorithm??? Pin
Tim Craig3-May-09 17:29
Tim Craig3-May-09 17:29 
AnswerRe: is there any decryption algorithm that uses a dictionary to decrypt an encrypted algorithm??? Pin
Ha lee4-May-09 10:41
Ha lee4-May-09 10:41 

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.