VB.net 简单 IRC 客户端

发布于 2024-09-02 08:54:18 字数 277 浏览 6 评论 0原文

我将如何用这些东西制作一个简单的 IRC 客户端

我正在使用什么:

Nickname TextBox
Connect Button
Message TextBox
Send Message Button
Refresh Button
ListBox

限制:

No commands at all just being able to send messages

我正在使用列表框来接收消息

How would I go about making a simple IRC client with these things

What I am using:

Nickname TextBox
Connect Button
Message TextBox
Send Message Button
Refresh Button
ListBox

Restrictions:

No commands at all just being able to send messages

I am using a listbox for recieving messages

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

傲性难收 2024-09-09 08:54:18

您可以使用客户端连接创建到 IRC 服务器的原始连接,但是,您需要阅读 IRC 协议。请查看以下链接:

You could use a client connection to create a raw connection to the IRC server, however, you will need to read up on the IRC protocol. Take a look at the links below:

吃颗糖壮壮胆 2024-09-09 08:54:18

阅读上面列出的 RFC,然后使用套接字组件。

Read the RFC listed above and then use the sockets component.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文