06-09-2007, 06:25 PM
Fox Wrote:chuck in some variables for the tabs, say you have 3 tabs, you could make it so when a message is recieved...
if tabselected=1 then
frmMirage.lblwhatever.forecolour = whatever
frmMirage.lblwhatever.forecolour = whatever
else
end if
etccccccccc
works fine for me anyway in the few minutes i had a go earlier :]
EDIT: Oh the way i am doing it is with picture boxes, so it will work just as well for
frmMirage.picMapChat.picture = frmMirage.picMapChatNew.picture
as an example...
Meh good luck xD
Edit 2:
haha, remember if you use a variable to set it when you click each tab!
-clicks map chat- tabselected = 1
-clicks some other shite- tabselected = 2
etccccc
If your confused i'll just paste the code later~
O_o
That's a bit much.. xD