Click here to Skip to main content
16,010,496 members
Home / Discussions / C#
   

C#

 
General@$#)(#@)($ dialogs Pin
Christian Graus19-Aug-02 2:57
protectorChristian Graus19-Aug-02 2:57 
GeneralRe: @$#)(#@)($ dialogs Pin
James T. Johnson19-Aug-02 3:32
James T. Johnson19-Aug-02 3:32 
GeneralRe: @$#)(#@)($ dialogs Pin
Sijin19-Aug-02 3:41
Sijin19-Aug-02 3:41 
GeneralRe: @$#)(#@)($ dialogs Pin
Christian Graus19-Aug-02 12:12
protectorChristian Graus19-Aug-02 12:12 
GeneralRe: @$#)(#@)($ dialogs Pin
Domenic Denicola19-Aug-02 13:32
Domenic Denicola19-Aug-02 13:32 
GeneralRe: @$#)(#@)($ dialogs Pin
Sijin19-Aug-02 3:36
Sijin19-Aug-02 3:36 
GeneralRemoting Question Pin
Eka19-Aug-02 2:01
Eka19-Aug-02 2:01 
GeneralRe: Remoting Question Pin
Sijin19-Aug-02 2:39
Sijin19-Aug-02 2:39 
It's not quite clear if the server program and remote object are running in the same process or different ones. Anyways i think what you need is to use Remote Events.

Declare an event in the Remote Object which is fired whenever there is new Data. Then make the server program hook onto that event and that will do what you want, i think Smile | :)

Ofcourse i am assuming here that the server communicates with the remote object via remoting as well. You will face problems with Remote Events if you place the server and remote object in different directory.

Refer to the following site before implementing your solution. Look at the Remote Events example.
http://staff.develop.com/woodring

May the Source be with you
Sonork ID 100.9997 sijinjoseph

Questionkeyboard events and mouse events? Pin
imran_rafique19-Aug-02 1:15
imran_rafique19-Aug-02 1:15 
Generalplz ans that one Pin
imran_rafique19-Aug-02 0:18
imran_rafique19-Aug-02 0:18 
GeneralRe: plz ans that one Pin
leppie19-Aug-02 1:19
leppie19-Aug-02 1:19 
GeneralRe: plz ans that one Pin
jparsons19-Aug-02 10:29
jparsons19-Aug-02 10:29 
QuestionImageList ... where to store ? Pin
AegisHold18-Aug-02 22:54
AegisHold18-Aug-02 22:54 
AnswerRe: ImageList ... where to store ? Pin
Gevik Babakhani18-Aug-02 22:58
Gevik Babakhani18-Aug-02 22:58 
GeneralRe: ImageList ... where to store ? Pin
AegisHold18-Aug-02 23:17
AegisHold18-Aug-02 23:17 
General...does not have an entry point defined. Pin
Thesisus18-Aug-02 13:55
Thesisus18-Aug-02 13:55 
GeneralRe: ...does not have an entry point defined. Pin
Eric Gunnerson (msft)18-Aug-02 15:52
Eric Gunnerson (msft)18-Aug-02 15:52 
GeneralHashtables and there keys Pin
gekoscan18-Aug-02 12:28
gekoscan18-Aug-02 12:28 
GeneralRe: Hashtables and there keys Pin
Eric Gunnerson (msft)18-Aug-02 15:51
Eric Gunnerson (msft)18-Aug-02 15:51 
GeneralWeb Components and Events other than the default Pin
Paul Riley18-Aug-02 10:04
Paul Riley18-Aug-02 10:04 
GeneralRe: Web Components and Events other than the default Pin
James T. Johnson18-Aug-02 10:18
James T. Johnson18-Aug-02 10:18 
GeneralRe: Web Components and Events other than the default Pin
Paul Riley18-Aug-02 10:26
Paul Riley18-Aug-02 10:26 
GeneralSerialization Pin
dwebster18-Aug-02 8:53
dwebster18-Aug-02 8:53 
GeneralRe: Serialization Pin
James T. Johnson18-Aug-02 9:29
James T. Johnson18-Aug-02 9:29 
GeneralRe: Serialization Pin
dwebster18-Aug-02 11:15
dwebster18-Aug-02 11: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.