View Single Post
Old 10-14-2003, 06:49 AM   #1 (permalink)
Fallon
Junkie
 
Location: RI
CheckedListbox question in Visual basic

Using Visual Basic .NET, I'm trying to make a checked list box. Now, what I have in that list box are certain values(duh, I know), but when you click on those values, I want them to add a certain value to something. I have tried messing with a piece of code that M$ provided but I don't seem to be getting anywhere.
Some background into what I'm doing. I'm creating an area creator program for my online game. It stores this certain value in a Bit Vector(hopefully that's how they do it). So if the 3rd and 2nd item on the list are checked, it adds a certain value for the 2nd and the 3rd item to a value, then puts the value into a file. I thought the most user friendly one would be to make the checkedlist box, but if that doesn't work, I'm going to need to create a second form, but I'll need to have that form return a value to this form...
So any help is appriciated very much by myself and all those who want me to finish this damn project.
Fallon is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73