Click here to Skip to main content
15,899,126 members
Home / Discussions / C#
   

C#

 
AnswerRe: Handle Bitmaps faster? Pin
Stefan Troschuetz12-Jan-05 1:10
Stefan Troschuetz12-Jan-05 1:10 
GeneralRe: Handle Bitmaps faster? Pin
Snowjim12-Jan-05 1:21
Snowjim12-Jan-05 1:21 
GeneralRe: Handle Bitmaps faster? Pin
Stefan Troschuetz12-Jan-05 1:36
Stefan Troschuetz12-Jan-05 1:36 
GeneralRe: Handle Bitmaps faster? Pin
Snowjim12-Jan-05 1:44
Snowjim12-Jan-05 1:44 
GeneralRe: Handle Bitmaps faster? Pin
Stefan Troschuetz12-Jan-05 2:17
Stefan Troschuetz12-Jan-05 2:17 
GeneralRe: Handle Bitmaps faster? Pin
Snowjim12-Jan-05 3:31
Snowjim12-Jan-05 3:31 
GeneralRe: Handle Bitmaps faster? Pin
Stefan Troschuetz12-Jan-05 3:41
Stefan Troschuetz12-Jan-05 3:41 
GeneralEvents with .Net remoting Pin
Member 164882911-Jan-05 23:46
Member 164882911-Jan-05 23:46 
I have a solution that I have created using .Net remoting and am having a lot of trouble upgrading it to use events.

The solution uses a remote singleton object which I'm hosting with my own server. A requirement of the solution is that the remote object's assembly must remain seperate from the client so I am using an interface.

I have created a seperate assembly so that it can be referenced by both the client and the remote object's assemblies. This new assembly contains a single class that implements the Activator.GetObject method and subscribes to the remote event. After a little playing around with the formatter sink classes I can instantiate this class from the client application and it seems to successfully subscibe to the remote event (or at least it no longer throws exceptions). However the client side event handler is never called. I have implimented tracing on the server side to ensure that the event is being raised and event handlers are working there.

Does anyone know where I'm going wrong?
GeneralCalling C# DLL through Borland C++ Pin
kinju11-Jan-05 23:16
kinju11-Jan-05 23:16 
GeneralUpdateLayeredWindow problem ... Pin
Axonn Echysttas11-Jan-05 21:57
Axonn Echysttas11-Jan-05 21:57 
GeneralRe: UpdateLayeredWindow problem ... Pin
Dave Kreskowiak12-Jan-05 4:52
mveDave Kreskowiak12-Jan-05 4:52 
GeneralPocket PC Application Pin
vksrisridhar11-Jan-05 21:20
vksrisridhar11-Jan-05 21:20 
QuestionHow to create a "Double Click event" Pin
lee meng11-Jan-05 20:47
lee meng11-Jan-05 20:47 
AnswerRe: How to create a "Double Click event" Pin
Stefan Troschuetz11-Jan-05 21:20
Stefan Troschuetz11-Jan-05 21:20 
GeneralRe: How to create a "Double Click event" Pin
J4amieC11-Jan-05 22:30
J4amieC11-Jan-05 22:30 
GeneralRe: How to create a "Double Click event" Pin
Stefan Troschuetz11-Jan-05 22:43
Stefan Troschuetz11-Jan-05 22:43 
GeneralRe: How to create a "Double Click event" Pin
lee meng12-Jan-05 4:06
lee meng12-Jan-05 4:06 
GeneralRe: How to create a "Double Click event" Pin
Stefan Troschuetz12-Jan-05 4:15
Stefan Troschuetz12-Jan-05 4:15 
AnswerRe: Thank You Pin
lee meng12-Jan-05 5:46
lee meng12-Jan-05 5:46 
GeneralProblem with parameters (Registry) Pin
FireDK11-Jan-05 20:43
FireDK11-Jan-05 20:43 
GeneralDatetime regional format Pin
sevan11-Jan-05 19:09
sevan11-Jan-05 19:09 
GeneralRe: Datetime regional format Pin
Stefan Troschuetz11-Jan-05 21:05
Stefan Troschuetz11-Jan-05 21:05 
GeneralTwo Assemblies in GAC Pin
IamADotNetGuy11-Jan-05 18:58
IamADotNetGuy11-Jan-05 18:58 
GeneralRe: Two Assemblies in GAC Pin
Jesse Squire12-Jan-05 7:01
Jesse Squire12-Jan-05 7:01 
GeneralRe: Two Assemblies in GAC Pin
IamADotNetGuy12-Jan-05 18:14
IamADotNetGuy12-Jan-05 18:14 

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.