Hey there,
I'm still a newbie to VB and here's my question.
I have say 3 check boxes and each of them is assigned a message. If I click on one of them, it displays its message (say Hello) in a text box. Now if i press on the 2nd check box, it should display another message(say World), along with the 1st one in the same text box(Hello World). And so on with the 3rd check box. And if I uncheck the 2nd one, it should remove its message (leaving only Hello). I was wondering if there was any other way to do this except for the VERY long if/endifs, case statements i will have to write otherwise( I have 10 check boxes in my program!!!:'( )
Thanks