A
Ahmad
Hi,
I have developed a Windows Service using .NET. The service connects
with a server using TCP/IP. When the Service receives a message it
process this message like making some database entries etc.
Now I want to develop a GUI. Which will monitor the Service and will
display the messages received from server on some RichTextBox type
control.
What I am thinking to do this is to log the messages received from
server into some file and in GUI use FileSystemWatcher control to
monitor the file and on file change reload the file into the GUI.
But now I am being asked to make the GUI such a way that when the GUI
is started it must not load all the messages received before the GUI
launch. It must only display the messages received after the GUI
Launch.
So I am not sure what to do for this new requirement. I think I will
have to do some remoting like thing.
Kindly help me to resolve this issue.
Thanks in anticipation.
Regards,
Ahmad Jalil Qarshi
I have developed a Windows Service using .NET. The service connects
with a server using TCP/IP. When the Service receives a message it
process this message like making some database entries etc.
Now I want to develop a GUI. Which will monitor the Service and will
display the messages received from server on some RichTextBox type
control.
What I am thinking to do this is to log the messages received from
server into some file and in GUI use FileSystemWatcher control to
monitor the file and on file change reload the file into the GUI.
But now I am being asked to make the GUI such a way that when the GUI
is started it must not load all the messages received before the GUI
launch. It must only display the messages received after the GUI
Launch.
So I am not sure what to do for this new requirement. I think I will
have to do some remoting like thing.
Kindly help me to resolve this issue.
Thanks in anticipation.
Regards,
Ahmad Jalil Qarshi