Jewel142
ISP
- Jun 17, 2009
- 39
Hi Everyone,
I am new to VB and need help with a project. I have a user-interface that has a list box with employee's names added to it (Debbie, John, Jim, etc) which are defined as strings. On my form, there is a select single name button and select multiple name button. There is also display label which displays the name or names the user selects.
My select singleNameButton is working correctly using nested ElseIf statements.
I have gone round and round trying to get my multiple select button working. I've tried nested if statements, the FindStringExact Method. I have written and rewritten my code and have completely scrapped it all in complete frustration.
I know that this is probably pretty simple but I've been looking at it for so long I can't see straight.
Any help would be greatly appreciated!!
I am new to VB and need help with a project. I have a user-interface that has a list box with employee's names added to it (Debbie, John, Jim, etc) which are defined as strings. On my form, there is a select single name button and select multiple name button. There is also display label which displays the name or names the user selects.
My select singleNameButton is working correctly using nested ElseIf statements.
I have gone round and round trying to get my multiple select button working. I've tried nested if statements, the FindStringExact Method. I have written and rewritten my code and have completely scrapped it all in complete frustration.
I know that this is probably pretty simple but I've been looking at it for so long I can't see straight.
Any help would be greatly appreciated!!