Click here to Skip to main content
15,884,836 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Forms or WPF? Pin
Keith Barrow21-Aug-13 23:30
professionalKeith Barrow21-Aug-13 23:30 
GeneralRe: Windows Forms or WPF? Pin
Mycroft Holmes22-Aug-13 0:47
professionalMycroft Holmes22-Aug-13 0:47 
GeneralRe: Windows Forms or WPF? Pin
Pete O'Hanlon22-Aug-13 0:49
mvePete O'Hanlon22-Aug-13 0:49 
GeneralRe: Windows Forms or WPF? Pin
Dave Kreskowiak22-Aug-13 1:50
mveDave Kreskowiak22-Aug-13 1:50 
GeneralRe: Windows Forms or WPF? Pin
N8tiv22-Aug-13 3:46
N8tiv22-Aug-13 3:46 
GeneralRe: Windows Forms or WPF? Pin
Dave Kreskowiak22-Aug-13 6:13
mveDave Kreskowiak22-Aug-13 6:13 
AnswerRe: Windows Forms or WPF? Pin
Ravi Bhavnani23-Aug-13 5:44
professionalRavi Bhavnani23-Aug-13 5:44 
QuestionInterprocess communication Pin
ExcellentOrg21-Aug-13 21:54
ExcellentOrg21-Aug-13 21:54 
How to make one DLL communicate (tap into data) with another DLL in runtime which will be linked to a different executable.

Both DLLs are being written by me.

The source DLL (one that obtains data) is 99% completed and it is regular .NET C# class library and it gets used by executable A.EXE. Source DLL reads from Socket so once it reads the data, it is gone from Socket, so entry class is implemented using Singleton pattern (private constructor + reference to self + static public accessor)

The new DLL is going to be in C++ (with its public functions all extern "C") and it gets loaded into memory by a legacy application that looks at same data differently.

Both DLLs cannot be kept in same folder and Source DLL cannot be loaded multiple times...
----
Did Microsoft finally solve the DLL Hell?

AnswerRe: Interprocess communication Pin
Richard Andrew x6421-Aug-13 23:17
professionalRichard Andrew x6421-Aug-13 23:17 
AnswerRe: Interprocess communication Pin
jschell22-Aug-13 8:16
jschell22-Aug-13 8:16 
GeneralRe: Interprocess communication Pin
AeroClassics3-Nov-13 4:23
professionalAeroClassics3-Nov-13 4:23 
Questioninsert table into Richtextbox Pin
trivedijignesh21-Aug-13 21:26
trivedijignesh21-Aug-13 21:26 
AnswerRe: insert table into Richtextbox Pin
Thomas Daniels21-Aug-13 21:30
mentorThomas Daniels21-Aug-13 21:30 
QuestionExtract Comment from Project/Website Pin
keyur satyadev21-Aug-13 20:26
keyur satyadev21-Aug-13 20:26 
AnswerRe: Extract Comment from Project/Website Pin
Bernhard Hiller21-Aug-13 21:25
Bernhard Hiller21-Aug-13 21:25 
GeneralRe: Extract Comment from Project/Website Pin
keyur satyadev22-Aug-13 3:38
keyur satyadev22-Aug-13 3:38 
GeneralRe: Extract Comment from Project/Website Pin
Bernhard Hiller22-Aug-13 20:16
Bernhard Hiller22-Aug-13 20:16 
AnswerRe: Extract Comment from Project/Website Pin
Simon_Whale22-Aug-13 3:59
Simon_Whale22-Aug-13 3:59 
GeneralRe: Extract Comment from Project/Website Pin
keyur satyadev22-Aug-13 20:08
keyur satyadev22-Aug-13 20:08 
GeneralRe: Extract Comment from Project/Website Pin
Simon_Whale22-Aug-13 23:06
Simon_Whale22-Aug-13 23:06 
QuestionCOM Visibility Pin
Richard Andrew x6421-Aug-13 18:16
professionalRichard Andrew x6421-Aug-13 18:16 
AnswerRe: COM Visibility Pin
Bernhard Hiller21-Aug-13 21:23
Bernhard Hiller21-Aug-13 21:23 
GeneralRe: COM Visibility Pin
Richard Andrew x6421-Aug-13 23:12
professionalRichard Andrew x6421-Aug-13 23:12 
QuestionRemove the time part in record access Pin
juliogyn21-Aug-13 5:39
juliogyn21-Aug-13 5:39 
QuestionRe: Remove the time part in record access Pin
Eddy Vluggen21-Aug-13 6:15
professionalEddy Vluggen21-Aug-13 6:15 

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.