Click here to Skip to main content
16,006,348 members
Home / Discussions / C#
   

C#

 
AnswerRe: Way to avoid Events to be sent ? Pin
Stefan Troschuetz8-Nov-04 21:34
Stefan Troschuetz8-Nov-04 21:34 
GeneralRe: Way to avoid Events to be sent ? Pin
fickdb9-Nov-04 0:10
fickdb9-Nov-04 0:10 
Generalradiobutton and checkbox in c# Pin
youssef8-Nov-04 14:20
youssef8-Nov-04 14:20 
GeneralRe: radiobutton and checkbox in c# Pin
Alex Korchemniy8-Nov-04 16:54
Alex Korchemniy8-Nov-04 16:54 
GeneralRe: radiobutton and checkbox in c# Pin
Kiran Satish8-Nov-04 20:11
Kiran Satish8-Nov-04 20:11 
QuestionHow can I use objects created in external program? Pin
rudy.net8-Nov-04 12:30
rudy.net8-Nov-04 12:30 
AnswerRe: How can I use objects created in external program? Pin
Skynyrd8-Nov-04 12:47
Skynyrd8-Nov-04 12:47 
GeneralRe: How can I use objects created in external program? Pin
rudy.net8-Nov-04 20:57
rudy.net8-Nov-04 20:57 
Thanks for your input, .net remoting seems to be the right way to do it, but it is harder to troubleshoot and it will slow down performance due to the object marshalling that is done on every call (I could be wrong on this, but that's the idea I got).
I also looked into COM+ (I guess it's the equivalent of DCOM). Based on what I read, "COM+ creates an object after the client makes the first method call. The object is deactivated and released after the return of the method call. Subsequent calls for a deactivated object result in its reactivation. Therefore, to a client, it appears to be working on the same object, but COM+ actually creates multiple instances of the same class."

So the problem with COM+ is that it creates multiple instances of an object, but maybe I can get around this issue by setting the pool size to 1 because COM+ doesn't really destroy the object, it just deactivates and activates it.

Feel free to give any other advice you may think of.

AnswerRe: How can I use objects created in external program? Pin
Nick Parker8-Nov-04 13:16
protectorNick Parker8-Nov-04 13:16 
GeneralVisual C# 2005 express beta - building to use .NET framework 1.1 Pin
Anonymous8-Nov-04 11:16
Anonymous8-Nov-04 11:16 
GeneralRe: Visual C# 2005 express beta - building to use .NET framework 1.1 Pin
Nick Parker8-Nov-04 13:20
protectorNick Parker8-Nov-04 13:20 
GeneralRe: Visual C# 2005 express beta - building to use .NET framework 1.1 Pin
Alex Korchemniy8-Nov-04 18:59
Alex Korchemniy8-Nov-04 18:59 
GeneralRemoting question Pin
Skynyrd8-Nov-04 11:08
Skynyrd8-Nov-04 11:08 
GeneralRe: Remoting question Pin
Alex Korchemniy8-Nov-04 16:51
Alex Korchemniy8-Nov-04 16:51 
GeneralRe: Remoting question Pin
Skynyrd9-Nov-04 5:41
Skynyrd9-Nov-04 5:41 
GeneralContextMenu Problem...! Pin
QzRz8-Nov-04 10:22
QzRz8-Nov-04 10:22 
GeneralRe: ContextMenu Problem...! Pin
Skynyrd8-Nov-04 11:41
Skynyrd8-Nov-04 11:41 
GeneralRe: ContextMenu Problem...! Pin
QzRz9-Nov-04 5:28
QzRz9-Nov-04 5:28 
GeneralProgrammatically Removing MenuItems from within a Menu Pin
Peter Vertes8-Nov-04 9:32
Peter Vertes8-Nov-04 9:32 
GeneralRe: Programmatically Removing MenuItems from within a Menu Pin
Tom Larsen8-Nov-04 10:46
Tom Larsen8-Nov-04 10:46 
GeneralRe: Programmatically Removing MenuItems from within a Menu Pin
Peter Vertes8-Nov-04 10:57
Peter Vertes8-Nov-04 10:57 
QuestionCollection Question..???? Pin
Besinci8-Nov-04 8:35
Besinci8-Nov-04 8:35 
GeneralBad Bad problem Pin
Den2Fly8-Nov-04 6:55
Den2Fly8-Nov-04 6:55 
GeneralRe: Bad Bad problem Pin
Christian Graus8-Nov-04 9:33
protectorChristian Graus8-Nov-04 9:33 
GeneralRe: Bad Bad problem Pin
Ami Bar8-Nov-04 9:53
Ami Bar8-Nov-04 9:53 

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.