Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
AnswerRe: A Few Quick Questions Pin
Ed.Poore10-Jan-07 8:01
Ed.Poore10-Jan-07 8:01 
GeneralRe: A Few Quick Questions Pin
BlitzPackage10-Jan-07 9:13
BlitzPackage10-Jan-07 9:13 
AnswerRe: A Few Quick Questions Pin
atulonweb@hotmail.com11-Jan-07 23:12
atulonweb@hotmail.com11-Jan-07 23:12 
QuestionExcel.Workbooks.Open() with different Excel versions Pin
Ali Nehring10-Jan-07 5:08
Ali Nehring10-Jan-07 5:08 
AnswerRe: Excel.Workbooks.Open() with different Excel versions Pin
ednrgc10-Jan-07 6:37
ednrgc10-Jan-07 6:37 
QuestionRe: Excel.Workbooks.Open() with different Excel versions Pin
Ali Nehring11-Jan-07 4:35
Ali Nehring11-Jan-07 4:35 
QuestionSharing events with multiple programs Pin
aalex67510-Jan-07 4:54
aalex67510-Jan-07 4:54 
AnswerRe: Sharing events with multiple programs Pin
Rob Philpott10-Jan-07 5:08
Rob Philpott10-Jan-07 5:08 
I'm afraid I think you're out of luck with this. Each of your programs runs in its own process and the operating system ensures that processes are independant of one another. Your dll will be loaded twice - once into each process, and even though you have implemented a singleton you ultimately have two of them on your computer.

You need to look at inter-process communication, something like named pipes perhaps or you might be able to get away with Mutexs. Hopefully someone here might have done this before.


Regards,
Rob Philpott.

AnswerRe: Sharing events with multiple programs Pin
Alaric_10-Jan-07 8:37
professionalAlaric_10-Jan-07 8:37 
GeneralRe: Sharing events with multiple programs Pin
Alaric_10-Jan-07 8:40
professionalAlaric_10-Jan-07 8:40 
QuestionHow to get Value of An Object? Pin
EntManager10-Jan-07 4:37
EntManager10-Jan-07 4:37 
AnswerRe: How to get Value of An Object? Pin
Martin#10-Jan-07 4:42
Martin#10-Jan-07 4:42 
GeneralRe: How to get Value of An Object? Pin
Pete O'Hanlon10-Jan-07 4:50
mvePete O'Hanlon10-Jan-07 4:50 
GeneralRe: How to get Value of An Object? Pin
EntManager10-Jan-07 4:51
EntManager10-Jan-07 4:51 
QuestionObject Pin
Civic0610-Jan-07 4:29
Civic0610-Jan-07 4:29 
AnswerRe: Object Pin
ednrgc10-Jan-07 4:32
ednrgc10-Jan-07 4:32 
AnswerRe: Object Pin
Ravi Bhavnani10-Jan-07 4:33
professionalRavi Bhavnani10-Jan-07 4:33 
AnswerRe: Object Pin
Colin Angus Mackay10-Jan-07 4:34
Colin Angus Mackay10-Jan-07 4:34 
QuestionTrouble in parameter! Pin
nclauder10-Jan-07 4:04
nclauder10-Jan-07 4:04 
AnswerRe: Trouble in parameter! Pin
Colin Angus Mackay10-Jan-07 4:17
Colin Angus Mackay10-Jan-07 4:17 
AnswerRe: Trouble in parameter! Pin
Alaric_10-Jan-07 7:09
professionalAlaric_10-Jan-07 7:09 
GeneralRe: Trouble in parameter! Pin
Colin Angus Mackay10-Jan-07 10:20
Colin Angus Mackay10-Jan-07 10:20 
GeneralRe: Trouble in parameter! [modified] Pin
Alaric_10-Jan-07 10:42
professionalAlaric_10-Jan-07 10:42 
QuestionCheck for Filesystem Type NTFS / FAT .NET 1.1 [modified] Pin
Thomas Mihatsch10-Jan-07 3:49
Thomas Mihatsch10-Jan-07 3:49 
AnswerRe: Check for Filesystem Type NTFS / FAT Pin
jarellan10-Jan-07 3:51
jarellan10-Jan-07 3:51 

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.