You don't want to do this :) GUI is to server as hat is to foot :) Make you server a Windows service and remote a single object which raises interesting events. Connect to that remoted object from the client, subscribe to its events and log them wherever you want :)
Cheers, Stoyan -----Original Message----- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Eddie Jackson Sent: Thursday, July 01, 2004 22:59 To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Remoting Problem Question? I have a windows forms application that is a remoted Server and it has a Form with a RichTextBox on it that I want to write a new line to each time a remoted object is instantiated by a client. There is a referenced class in the in the Forms application. The Server application does not have a reference to the instance of the object. How can I send a message to the Server Form each time to notify it to write the line of text? Thanks Eddie =================================== This list is hosted by DevelopMentorR http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com
