本文介绍了如何在Windows窗体中启用私人聊天的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用远程处理概念创建了一个聊天应用程序。
我很适合群聊。
我正在显示所有在线列表框中的用户。
当我按某个人时,新的表单会打开私人聊天。
我有一个丰富的文本框来记录聊天消息和一个文本框来输入聊天消息。
当我按下输入相应的表格应该在客户端打开显示我的消息。
怎么做
I have created a chatting application using remoting concept.
I works well for group chat.
I am displaying all the online user in a list box.
When I press a particular person a new form open for private chat.
There I have a rich textbox to record chat message and a text box to enter chat message.
When I press enter corresponding form should be opened on the client side displaying my message.
How to do this
推荐答案
这篇关于如何在Windows窗体中启用私人聊天的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!