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

C#

 
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 
This is a very simple problem that you're making way to hard and making me repeat myself far too many times.

The remote object is hosted by the monitor application (or whatever it is). It IS the implementation. All other remoting clients - like your web service - simply proxy calls to the remoting object that adds strings to the ListBox declared and instantiated in your Windows Forms application. That application is what is hosting the remoting object. The web service - or any client app using the proxy - doesn't need to have a ListBox at all. It proxies calls to the remoting object via a shared interface or a generated proxy using soapsuds.exe or something. There's absolutely no reason to host the remoting object implementation separate from your monitor application.

 

Microsoft MVP, Visual C#
My Articles
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 
GeneralRe: msn profile tool Pin
Heath Stewart21-May-04 5:41
protectorHeath Stewart21-May-04 5:41 
GeneralShared DBConnections and Dynamic Connection Strings Pin
redrover_nc21-May-04 5:02
redrover_nc21-May-04 5:02 
GeneralRe: Shared DBConnections and Dynamic Connection Strings Pin
Heath Stewart21-May-04 5:37
protectorHeath Stewart21-May-04 5:37 
GeneralAppSpecific Pin
Huy Pham21-May-04 4:55
Huy Pham21-May-04 4:55 
Questionhow to use rs232/ rs485 in .net compact framework Pin
jelleo21-May-04 3:33
jelleo21-May-04 3:33 
AnswerRe: how to use rs232/ rs485 in .net compact framework Pin
Dave Kreskowiak21-May-04 3:59
mveDave Kreskowiak21-May-04 3:59 
QuestionHow to hide taskbar in C# compact .net framework Pin
jelleo21-May-04 3:31
jelleo21-May-04 3:31 
AnswerRe: How to hide taskbar in C# compact .net framework Pin
Dave Kreskowiak21-May-04 4:13
mveDave Kreskowiak21-May-04 4:13 

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.