Click here to Skip to main content
16,004,969 members
Home / Discussions / C#
   

C#

 
QuestionPrint the content of an object panel Pin
AlexB4710-May-07 22:49
AlexB4710-May-07 22:49 
QuestionFind the path to the .exe of an installed program Pin
blackjack215010-May-07 22:38
blackjack215010-May-07 22:38 
AnswerRe: Find the path to the .exe of an installed program Pin
Christian Graus10-May-07 23:26
protectorChristian Graus10-May-07 23:26 
QuestionLaunch an exe file from a website Pin
Caroline Bornsjö10-May-07 22:30
Caroline Bornsjö10-May-07 22:30 
AnswerRe: Launch an exe file from a website Pin
Colin Angus Mackay10-May-07 22:43
Colin Angus Mackay10-May-07 22:43 
GeneralRe: Launch an exe file from a website Pin
Caroline Bornsjö10-May-07 23:11
Caroline Bornsjö10-May-07 23:11 
AnswerRe: Launch an exe file from a website Pin
Christian Graus10-May-07 23:28
protectorChristian Graus10-May-07 23:28 
AnswerRe: Launch an exe file from a website Pin
subrata.jana11-May-07 0:08
subrata.jana11-May-07 0:08 
if that is a .net exe then add it in GAC. with "gacutil -i exe_path"
then give full trust to it with "caspol -af exe_path" use sdk command prompt.

Add this in webconfig.
<identity impersonate="true"/>

try ur program after that.
GeneralRe: Launch an exe file from a website Pin
Caroline Bornsjö11-May-07 2:29
Caroline Bornsjö11-May-07 2:29 
GeneralRe: Launch an exe file from a website Pin
Caroline Bornsjö14-May-07 3:01
Caroline Bornsjö14-May-07 3:01 
Questionwhy am i getting this error on delegate???? [modified] Pin
neodeaths10-May-07 22:23
neodeaths10-May-07 22:23 
QuestionAccessing Dataconfig file from C# class Pin
Hema Vidyaraj10-May-07 21:54
Hema Vidyaraj10-May-07 21:54 
AnswerRe: Accessing Dataconfig file from C# class Pin
Hema Vidyaraj10-May-07 23:56
Hema Vidyaraj10-May-07 23:56 
QuestionOutput format .ToString() Pin
Goebel10-May-07 21:41
Goebel10-May-07 21:41 
AnswerRe: Output format .ToString() Pin
Martin#10-May-07 21:47
Martin#10-May-07 21:47 
QuestionRe: Output format .ToString() Pin
Goebel10-May-07 22:08
Goebel10-May-07 22:08 
AnswerRe: Output format .ToString() Pin
Martin#10-May-07 22:10
Martin#10-May-07 22:10 
GeneralRe: Output format .ToString() Pin
Goebel10-May-07 22:28
Goebel10-May-07 22:28 
GeneralRe: Output format .ToString() Pin
Martin#10-May-07 22:29
Martin#10-May-07 22:29 
QuestionMS Agent, why Scroll lock Pin
Muammar©10-May-07 20:51
Muammar©10-May-07 20:51 
QuestionPrinting PDF Documents Pin
blackjack215010-May-07 20:33
blackjack215010-May-07 20:33 
AnswerRe: Printing PDF Documents Pin
steffw10-May-07 22:42
steffw10-May-07 22:42 
AnswerRe: Printing PDF Documents Pin
Luc Pattyn11-May-07 2:42
sitebuilderLuc Pattyn11-May-07 2:42 
QuestionCryptography/Encryption Pin
Mr Perfect10-May-07 20:31
Mr Perfect10-May-07 20:31 
AnswerRe: Cryptography/Encryption Pin
CPallini10-May-07 20:47
mveCPallini10-May-07 20:47 

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.