Hey again... I have "little" more to do so I haven't have time to do this manager really.
BUT again. 2 question
Here is video about my problem:
First the littler question but now I have set: (for example seproms)
if checkbox1.enabled= true Then
Checkbox1.text = 1.6 ...
Label1.text = checkbox1.text * checkbox2.text * checkbox3.. etc
Label2.text = label1.text * amount of lfs in ship and drones.
Now I need to click labels (cause I have coded like it) but how it can refresh it automatically? (i can hide label1.text but now I didnt cause u see the problem)
I need to switch "declarations" but which is the correct?
And another. How can I set "value" for checkboxs? Now it switch the checkbox's text to value, but is it possible to checkbox keeps it's name but value is different?
I tested like that:
If checkbox1.checked then
label.text = hit * 1.6 (hit = label2.text = amount of lfs * hit)
If checkbox2.checked then *1.05
If checkbox1.checked and checkbox2.checked then * 1.68
etc
but if there was 5 checkboxs and 3-4 of them clicked, vb didnt understood it

everytime somekind of mistake was on amount of hit..