Login to TechLifeForum X
Board Index Go to Reboot.Pro
  • Account Login
  • Register
TechLifeForum
  • Home
  • Members
  • Awards
  • Rules
  • Help
  • Donate
  • Live IRC
TechLifeForum / Programming and Development / .Net Framework Programming v
« Previous 1 ... 13 14 15 16 17 ... 45 Next »
/ VB.NET IRC Class RAW codes.[Advanced Search]
« Previous 1 2
Reply to thread
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

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.)
Post: #11
Crystalii Offline
Senior Member
***
Posts: 331
Joined: Aug 2012
Reputation: 4
Visual Basic School Graduate
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.
Find
Reply
08-12-2012, 08:22 PM
Post: #12
KoBE Offline
¯\_(ツ)_/¯
*******
Administrators
Posts: 4,156
Joined: Jun 2011
Reputation: 47
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.

-> TechLifeForum on Facebook<- 
-> TechLifeForum on YouTube<-
-> TechLifeForum on Twitter<-

Tech.Reboot.Pro
WWW Find
Reply
08-12-2012, 08:50 PM
Post: #13
Crystalii Offline
Senior Member
***
Posts: 331
Joined: Aug 2012
Reputation: 4
Visual Basic School Graduate
RE: VB.NET IRC Class RAW codes.
(08-12-2012 08:22 PM)KoBE Wrote:  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.
That's great news!

And thanks!
Find
Reply
08-14-2012, 03:09 AM (This post was last modified: 08-14-2012 05:11 AM by Crystalii.)
Post: #14
Crystalii Offline
Senior Member
***
Posts: 331
Joined: Aug 2012
Reputation: 4
Visual Basic School Graduate
RE: VB.NET IRC Class RAW codes.
(08-12-2012 08:22 PM)KoBE Wrote:  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.
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.
Find
Reply
08-14-2012, 06:42 AM
Post: #15
KoBE Offline
¯\_(ツ)_/¯
*******
Administrators
Posts: 4,156
Joined: Jun 2011
Reputation: 47
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.

-> TechLifeForum on Facebook<- 
-> TechLifeForum on YouTube<-
-> TechLifeForum on Twitter<-

Tech.Reboot.Pro
WWW Find
Reply
08-14-2012, 07:33 AM
Post: #16
Crystalii Offline
Senior Member
***
Posts: 331
Joined: Aug 2012
Reputation: 4
Visual Basic School Graduate
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.
Find
Reply
08-14-2012, 02:52 PM
Post: #17
KoBE Offline
¯\_(ツ)_/¯
*******
Administrators
Posts: 4,156
Joined: Jun 2011
Reputation: 47
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.

-> TechLifeForum on Facebook<- 
-> TechLifeForum on YouTube<-
-> TechLifeForum on Twitter<-

Tech.Reboot.Pro
WWW Find
Reply
08-14-2012, 08:28 PM
Post: #18
AceInfinity Offline
∞ IҊϜIɴITϵ ☭
*****
Microsoft MVP
Posts: 8,613
Joined: Jun 2011
Reputation: 60
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
WWW Find
Reply
08-15-2012, 08:56 AM
Post: #19
KoBE Offline
¯\_(ツ)_/¯
*******
Administrators
Posts: 4,156
Joined: Jun 2011
Reputation: 47
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.

-> TechLifeForum on Facebook<- 
-> TechLifeForum on YouTube<-
-> TechLifeForum on Twitter<-

Tech.Reboot.Pro
WWW Find
Reply
« Previous 1 2
Reply to thread


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

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


Users browsing this thread
1 Guest(s)
Youtube Facebook Twitter Digg
Return to Top
All content © copyright TechLifeForum
Powered By MyBB, © 2002-2013 MyBB Group
Designed by ThemeFreak
Mobile Version