Colonel Klink
Sep 17th, 2003, 08:47 AM
im making an irc client...
here is the scenario
when you for example join a channel, it adds a tabpage to the tabcontrol. when this happens, i add to the newly created tabpage in its tag the channel name.
now with that in mind... say i join 2 channels... #channel1 and #channel2... the page's tag for #channel1 is #channel1 and the same for #channel2
now, when i recieve an message event, i need to know which tabpage to send the text to via its tag, and output the text to a textbox on that tab
how do i do that?
something like... if tabpage.tag = "#channel1" then print "blah" to txtbox on tabpage where tabpage.tag = "#channel1"
here is the scenario
when you for example join a channel, it adds a tabpage to the tabcontrol. when this happens, i add to the newly created tabpage in its tag the channel name.
now with that in mind... say i join 2 channels... #channel1 and #channel2... the page's tag for #channel1 is #channel1 and the same for #channel2
now, when i recieve an message event, i need to know which tabpage to send the text to via its tag, and output the text to a textbox on that tab
how do i do that?
something like... if tabpage.tag = "#channel1" then print "blah" to txtbox on tabpage where tabpage.tag = "#channel1"