VB.NET IRC Class RAW codes. |
|
08-12-2012, 08:01 PM
(This post was last modified: 08-12-2012 08:09 PM by Crystalii.)
|
|||
|
|||
|
RE: VB.NET IRC Class RAW codes.
I did the second code, and it worked like a charm and I learned a new way of splitting strings :)
Now I have to code support for multi-channels which will take so long :( Anyways, here is a screenshot of the IRC Chat at the moment: As you see, the tabcontrol I am using is similiar to Google Chrome's. So i'm thinking like, one tab for each channel. |
|||
|
08-12-2012, 08:22 PM
|
|||
|
|||
|
RE: VB.NET IRC Class RAW codes.
It looks nice.
If you are wanting to add multiple channels. The IRC Client Library will need to be modified. Currently when the event is fired, it only sends the User and Message, but doesn't distinguish between channels. I'm actually updating that aspect of it right now. |
|||
|
08-12-2012, 08:50 PM
|
|||
|
|||
RE: VB.NET IRC Class RAW codes.
(08-12-2012 08:22 PM)KoBE Wrote: It looks nice.That's great news! And thanks! |
|||
|
08-14-2012, 03:09 AM
(This post was last modified: 08-14-2012 05:11 AM by Crystalii.)
|
|||
|
|||
RE: VB.NET IRC Class RAW codes.
(08-12-2012 08:22 PM)KoBE Wrote: It looks nice.Just got this idea. If every channel is defined as a new ircclient? Then there's one irc client for each channel. That means each tab has its own irc client. I know it ( may ) be laggy for some users but that's all I can do with the current library. If I can run them all on different threads, I may be able to decrease lag. |
|||
|
08-14-2012, 06:42 AM
|
|||
|
|||
|
RE: VB.NET IRC Class RAW codes.
Well, that wouldn't really work, because you'd have to establish a connection with each client.. meaning the server would think that each tab is a different user. So, you couldn't keep the same username on each tab.
|
|||
|
08-14-2012, 07:33 AM
|
|||
|
|||
RE: VB.NET IRC Class RAW codes.
(08-14-2012 06:42 AM)KoBE Wrote: Well, that wouldn't really work, because you'd have to establish a connection with each client.. meaning the server would think that each tab is a different user. So, you couldn't keep the same username on each tab.How could I not think of that :S Haven't slept in 2 days so :( I'll just have to wait or work on other features till you are finished updating the IRC Class Library then. |
|||
|
08-14-2012, 02:52 PM
|
|||
|
|||
|
RE: VB.NET IRC Class RAW codes.
I'll try to move quickly. I'm in the progress of moving and starting college back up again tomorrow.
|
|||
|
08-14-2012, 08:28 PM
|
|||
|
|||
|
RE: VB.NET IRC Class RAW codes.
Tomorrow already KoBE? Have fun lol. :)
![]() Microsoft MVP .NET Programming - (2012 - Present) ®Crestron DMC-T Certified Automation Programmer Development Site: aceinfinity.net |
|||
|
08-15-2012, 08:56 AM
|
|||
|
|||
|
RE: VB.NET IRC Class RAW codes.
Yeah, I switched schools last minute. So I had to enroll/find a place/move/find a way to move a bed with my car... all at the last minute.
|
|||
Possibly Related Threads... |
| Thread: | Author | Replies: | Views: | Last Post | |
IRC Client Class v1.0 |
KoBE | 57 | 5,197 |
05-15-2013 11:17 PM Last Post: t0kneneng |
|
Extended TextBox Class - Scroll Events |
AceInfinity | 2 | 308 |
03-18-2013 07:23 PM Last Post: AceInfinity |
|
Matrix Operations - Helper Class |
AceInfinity | 9 | 418 |
03-12-2013 10:58 PM Last Post: AceInfinity |
|
FileDropTextBox Class |
AceInfinity | 2 | 237 |
12-10-2012 04:24 PM Last Post: AceInfinity |
|
[Help] Get Text From Class Site |
xFlyyyy | 3 | 265 |
11-11-2012 05:48 PM Last Post: AceInfinity |
|
| Users browsing this thread |
| 1 Guest(s) |





