Click here to Skip to main content
15,917,928 members
Home / Discussions / C#
   

C#

 
QuestionHow to know when client disconnect from socket Pin
Sanjay Rajdev4-Jan-06 4:52
Sanjay Rajdev4-Jan-06 4:52 
AnswerRe: How to know when client disconnect from socket Pin
mcljava5-Jan-06 18:44
mcljava5-Jan-06 18:44 
QuestionDelay in TextChanged Event of ComboBox Pin
thepolishguy4-Jan-06 3:17
thepolishguy4-Jan-06 3:17 
AnswerRe: Delay in TextChanged Event of ComboBox Pin
Judah Gabriel Himango4-Jan-06 7:52
sponsorJudah Gabriel Himango4-Jan-06 7:52 
QuestionCOM Form From Handle Pin
cobyjone4-Jan-06 3:10
cobyjone4-Jan-06 3:10 
QuestionPlease help me with fax aplication Pin
Petrus_Alex4-Jan-06 2:55
Petrus_Alex4-Jan-06 2:55 
QuestionAccessing external dll in ASP.Net application Pin
brendanry4-Jan-06 2:06
brendanry4-Jan-06 2:06 
AnswerRe: Accessing external dll in ASP.Net application Pin
Michael Flanakin4-Jan-06 2:39
Michael Flanakin4-Jan-06 2:39 
There will always be performance issues when working between .NET and COM. My suggestion would be to create a wrapper assembly. As you port functionality from the Delphi app to C#, change the wrapper to point to the correct one. That will be your single integration point. Whether the wrapper assembly turns into your .NET assembly or you create a separate one doesn't really matter too much, but you should also take into consideration what should happen when you get rid of the Delphi app and all you have left is the wrapper and business assemblies. There are pros and cons for choosing either way, of course.

Michael Flanakin
Web Log
GeneralRe: Accessing external dll in ASP.Net application Pin
brendanry4-Jan-06 3:27
brendanry4-Jan-06 3:27 
GeneralRe: Accessing external dll in ASP.Net application Pin
Michael Flanakin4-Jan-06 3:40
Michael Flanakin4-Jan-06 3:40 
QuestionMake a ListBox MultiColumn? Pin
MudkiSekhon4-Jan-06 0:49
MudkiSekhon4-Jan-06 0:49 
QuestionUnderstand when the process ends Pin
Sasuko4-Jan-06 0:43
Sasuko4-Jan-06 0:43 
AnswerRe: Understand when the process ends Pin
Le centriste4-Jan-06 1:19
Le centriste4-Jan-06 1:19 
GeneralRe: Understand when the process ends Pin
Sasuko4-Jan-06 2:55
Sasuko4-Jan-06 2:55 
Questionemail Pin
murali.bv4-Jan-06 0:07
murali.bv4-Jan-06 0:07 
AnswerRe: email Pin
albCode4-Jan-06 0:26
albCode4-Jan-06 0:26 
AnswerRe: email Pin
Sanjay Rajdev4-Jan-06 5:02
Sanjay Rajdev4-Jan-06 5:02 
QuestionExel Pin
murali.bv4-Jan-06 0:06
murali.bv4-Jan-06 0:06 
AnswerRe: Exel Pin
albCode4-Jan-06 0:22
albCode4-Jan-06 0:22 
Questionsome question about Alpha blend Pin
Shem Su3-Jan-06 23:18
Shem Su3-Jan-06 23:18 
AnswerRe: some question about Alpha blend Pin
albCode4-Jan-06 0:27
albCode4-Jan-06 0:27 
AnswerRe: some question about Alpha blend Pin
Shem Su6-Jan-06 0:27
Shem Su6-Jan-06 0:27 
QuestionLog4Net issue Pin
Austinn3-Jan-06 22:49
Austinn3-Jan-06 22:49 
QuestionHow to convert an API window to a control? Pin
Duong Tien Nam3-Jan-06 22:39
Duong Tien Nam3-Jan-06 22:39 
AnswerRe: How to convert an API window to a control? Pin
cobyjone4-Jan-06 8:24
cobyjone4-Jan-06 8:24 

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.