![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Nov 2005
Posts: 13
Rep Power: 0
![]() |
IRC Client
I'm working on an IRC client and want a similar main window to that of Mirc (and most other IRC Clients). I will of course be using a listbox for the user list, and an editbox for the input.
Any help would be greatly appreciated. |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
? you might get replies if you have specific parts of the program you are having trouble with. There isn't anything to respond to here
__________________
#programmingforums relay - http://thegupstudio.com/cgi-bin/pforelay.cgi freelance scripts - http://ryanguthrie.com/index.html |
|
|
|
|
|
#3 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
If you use windows, learn the windows API. If you're using linux, learn a GUI library for linux. If you don't know how to use sockets, learn that. Also, learn the IRC protocol.
|
|
|
|
|
|
#4 |
|
Professional Programmer
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4
![]() |
What kind of help do you expect???
|
|
|
|
|
|
#5 |
|
Newbie
Join Date: Nov 2005
Posts: 13
Rep Power: 0
![]() |
I know sockets, and I know the IRC protocol ..etc. Again, I'm just wondering how I might create the same main chat window used in mIRC, for example.
I did fail to mention that this is WinAPI. I should have been more clear. |
|
|
|
|
|
#6 |
|
Expert Programmer
|
You'll need a rich text box, or equivilent for the main window. Then a listbox for the userlist. Then a line edit for the place where you type and a push button for the send button.
Other than that I don't know what you want to know.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#7 |
|
Newbie
Join Date: Nov 2005
Posts: 13
Rep Power: 0
![]() |
So it's a rich text box? Okay, that's what I was looking for.
Thanks. |
|
|
|
|
|
#8 |
|
Expert Programmer
|
Right, a rich textbox is liek a textbox, but it can contain colours and other stuff. It can also contain images.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#9 |
|
Newbie
Join Date: Nov 2005
Posts: 13
Rep Power: 0
![]() |
Really? nice .. do you happen to have some sample code?
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|