Ok, IF, and that is a big if, I understand what you are talking about, assign 16 to a variable. In the textChanged event of the textboxes, make the text an integer (I don't remember exactly what this is in vb... maybe parseInt?) and subtract that number from your sixteen. Use error code to make sure that the variable does not get below zero. This may seem kinda sketchy, but I don't have time right now for a full explanation. By the time I get back here, if this doesn't help, I'm sure someone else can give you an example.
Here you have an example of what I think you want to do.
This can be achieved using Control Arrays and I demonstrate how to do it in the attachment.
Please tell us if this solves your problem, if it does then add a (Resolved) to the title of your thread or change the icon to the green checkmark (or both). Thank you.
We miss you, friend... Rest in Peace, we will take care of the rest of it.
[vbcode]
On Error Me.Fault = False
[/vbcode]
- Silence is the human way to share ignorance
Tec-Nico
I was reading again what you posted and I am not quite sure if what I attached before will do what you want.
So here I attach another project. Maybe both are a part of what you are seeking for. I don't know, you would have to check.
In this project I add I try to recreate what you say about the list in your post (When you click on the "Advanced..." button) But I must admit I didn't understand all what you wanted. If none of what I proposed is what you are after, please let us know.
We miss you, friend... Rest in Peace, we will take care of the rest of it.
[vbcode]
On Error Me.Fault = False
[/vbcode]
- Silence is the human way to share ignorance
Tec-Nico