Click here to Skip to main content
16,012,223 members
Home / Discussions / C#
   

C#

 
GeneralRe: ListView on select Pin
valikac21-May-04 7:08
valikac21-May-04 7:08 
GeneralRe: ListView on select Pin
Heath Stewart21-May-04 9:20
protectorHeath Stewart21-May-04 9:20 
GeneralOne about Remoting Pin
Diego F.21-May-04 6:22
Diego F.21-May-04 6:22 
GeneralRe: One about Remoting Pin
Heath Stewart21-May-04 6:46
protectorHeath Stewart21-May-04 6:46 
GeneralRe: One about Remoting Pin
Diego F.21-May-04 7:56
Diego F.21-May-04 7:56 
GeneralRe: One about Remoting Pin
Heath Stewart21-May-04 8:48
protectorHeath Stewart21-May-04 8:48 
GeneralRe: One about Remoting Pin
Diego F.22-May-04 4:06
Diego F.22-May-04 4:06 
GeneralRe: One about Remoting Pin
Heath Stewart22-May-04 4:11
protectorHeath Stewart22-May-04 4:11 
Yes, just pass the string but your remote method - the implementation on the server - adds that string as a new ListBox item. That's what I've been trying to say all along. Your Web Service (or whatever client) is making remote calls on your remoting object. That remoting object is the actual implementation and can do about whatever it needs to.

If you were writing a monitor application, for example, your Web Service will call the remote method passing a string. Your remote object's implementation of that method takes that string and adds it to a ListBox in your monitoring application, which needs to pass a reference to the ListBox when it registers the WKO (your remote object).

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: One about Remoting Pin
Diego F.24-May-04 5:42
Diego F.24-May-04 5:42 
GeneralRe: One about Remoting Pin
Heath Stewart24-May-04 5:46
protectorHeath Stewart24-May-04 5:46 
GeneralRe: One about Remoting Pin
Diego F.25-May-04 6:05
Diego F.25-May-04 6:05 
GeneralRe: One about Remoting Pin
Heath Stewart25-May-04 6:43
protectorHeath Stewart25-May-04 6:43 
GeneralRe: One about Remoting Pin
Diego F.25-May-04 21:41
Diego F.25-May-04 21:41 
GeneralRe: One about Remoting Pin
Heath Stewart26-May-04 3:12
protectorHeath Stewart26-May-04 3:12 
GeneralRe: One about Remoting Pin
Diego F.26-May-04 5:20
Diego F.26-May-04 5:20 
GeneralRe: One about Remoting Pin
Heath Stewart26-May-04 5:23
protectorHeath Stewart26-May-04 5:23 
GeneralRe: One about Remoting Pin
Diego F.26-May-04 6:03
Diego F.26-May-04 6:03 
Generalwindow.showmodal Pin
rbarzallo21-May-04 6:08
rbarzallo21-May-04 6:08 
GeneralRe: window.showmodal Pin
Heath Stewart21-May-04 6:45
protectorHeath Stewart21-May-04 6:45 
GeneralRe: window.showmodal Pin
rbarzallo21-May-04 7:05
rbarzallo21-May-04 7:05 
GeneralRe: window.showmodal Pin
Heath Stewart21-May-04 8:46
protectorHeath Stewart21-May-04 8:46 
GeneralRe: window.showmodal Pin
rbarzallo21-May-04 8:57
rbarzallo21-May-04 8:57 
GeneralTreeviews and Imagelists Pin
Kryptonic21-May-04 5:41
Kryptonic21-May-04 5:41 
GeneralRe: Treeviews and Imagelists Pin
Heath Stewart21-May-04 5:46
protectorHeath Stewart21-May-04 5:46 
Generalmsn profile tool Pin
hardboy11121-May-04 5:39
hardboy11121-May-04 5:39 

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.