Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Full path name of .cs file Pin
PIEBALDconsult21-Nov-12 3:13
mvePIEBALDconsult21-Nov-12 3:13 
QuestionHow to create a connection bar for application in wpf mvvm pattern Pin
vinothezhilan m20-Nov-12 4:47
vinothezhilan m20-Nov-12 4:47 
Questioniwant to export dataset ot mpp project to mppproject Pin
ksbaboo20-Nov-12 4:25
ksbaboo20-Nov-12 4:25 
QuestionPossible to print definition of Func<> Pin
ezazazel20-Nov-12 4:00
ezazazel20-Nov-12 4:00 
AnswerRe: Possible to print definition of Func<> Pin
Simon_Whale20-Nov-12 4:14
Simon_Whale20-Nov-12 4:14 
GeneralRe: Possible to print definition of Func<> Pin
ezazazel20-Nov-12 21:43
ezazazel20-Nov-12 21:43 
Questionhow can i get exception from virtual machine Pin
belea1720-Nov-12 1:38
belea1720-Nov-12 1:38 
AnswerRe: how can i get exception from virtual machine Pin
Deflinek20-Nov-12 3:13
Deflinek20-Nov-12 3:13 
I'm not sure you can just catch exception from another process just like that if MyProgram.exe isn't aware of what you want to do.
To be honest, this scenario isn't much different on catching exception from another process on other physical machine or even on the same machine.

If you have control over MyProgram.exe you can write its default error handler to notify your main application on any exception. For hints look there http://lmgtfy.com/?q=inter+process+communication[^] and especially on http://msdn.microsoft.com/en-us/library/windows/desktop/aa365574(v=vs.85).aspx[^]

Hope this helps.
--
"My software never has bugs. It just develops random features."

AnswerRe: how can i get exception from virtual machine Pin
Pete O'Hanlon20-Nov-12 3:17
mvePete O'Hanlon20-Nov-12 3:17 
QuestionCorrect use of Secure String Pin
MacUseless19-Nov-12 21:09
MacUseless19-Nov-12 21:09 
AnswerRe: Correct use of Secure String Pin
Simon_Whale19-Nov-12 22:08
Simon_Whale19-Nov-12 22:08 
GeneralRe: Correct use of Secure String Pin
MacUseless20-Nov-12 20:42
MacUseless20-Nov-12 20:42 
QuestionHow to Modifying app.config During Installation Pin
sathish1719-Nov-12 20:35
sathish1719-Nov-12 20:35 
SuggestionRe: How to Modifying app.config During Installation Pin
n.podbielski20-Nov-12 2:05
n.podbielski20-Nov-12 2:05 
AnswerRe: How to Modifying app.config During Installation Pin
BobJanova20-Nov-12 5:12
BobJanova20-Nov-12 5:12 
AnswerRe: How to Modifying app.config During Installation Pin
jschell20-Nov-12 12:25
jschell20-Nov-12 12:25 
AnswerRe: How to Modifying app.config During Installation Pin
Jay Nardev20-Nov-12 21:50
Jay Nardev20-Nov-12 21:50 
QuestionHOW TO SOLVE CRYSTAL REPORT "Load Report Failed" Pin
MAHAMADLATIF HASAN SANADI19-Nov-12 18:59
MAHAMADLATIF HASAN SANADI19-Nov-12 18:59 
AnswerRe: HOW TO SOLVE CRYSTAL REPORT "Load Report Failed" Pin
OriginalGriff19-Nov-12 20:45
mveOriginalGriff19-Nov-12 20:45 
QuestionHOW TO CREATE RDLC REPORT IN C# USING SQL 2005 Pin
MAHAMADLATIF HASAN SANADI19-Nov-12 18:35
MAHAMADLATIF HASAN SANADI19-Nov-12 18:35 
AnswerRe: HOW TO CREATE RDLC REPORT IN C# USING SQL 2005 Pin
OriginalGriff19-Nov-12 20:45
mveOriginalGriff19-Nov-12 20:45 
AnswerRe: HOW TO CREATE RDLC REPORT IN C# USING SQL 2005 Pin
Jay Nardev20-Nov-12 21:57
Jay Nardev20-Nov-12 21:57 
Questionc# code to search text/string in word doc and get page number Pin
Nitin Varshneya 219-Nov-12 17:29
Nitin Varshneya 219-Nov-12 17:29 
AnswerRe: c# code to search text/string in word doc and get page number Pin
Richard MacCutchan19-Nov-12 23:11
mveRichard MacCutchan19-Nov-12 23:11 
GeneralRe: c# code to search text/string in word doc and get page number Pin
Nitin Varshneya 219-Nov-12 23:21
Nitin Varshneya 219-Nov-12 23:21 

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.