Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これらを使って単純な IRC クライアントを作成するにはどうすればよいでしょうか
私が使用しているもの:
Nickname TextBox Connect Button Message TextBox Send Message Button Refresh Button ListBox
制限:
No commands at all just being able to send messages
メッセージの受信にリストボックスを使用しています
クライアント接続を使用して IRC サーバーへの生の接続を作成することもできますが、IRC プロトコルについて調べる必要があります。以下のリンクをご覧ください。
上記の RFC を読んでから、ソケット コンポーネントを使用してください。