Hi all,
I have problem with Counting running sum.
intDiff = days different between two dayTimePickers
If I click btnOne this will change my dateTimePickerToday to next day and increase intDiff to 1
I want to use intDiff as counter when ever i check some checkboxes to count total of checked boxes
Eg : btnOne click intDiff = 1, checked 3 checkboxes intSum = 3
btnOne click intDiff = 2 checked 5 checkboxes intsum = 8
My checkboxes are in group box and I'm using If and For Each loop.
I'm getting only values intSum for each time that I have checked boxes, ones for 3, and then for 5.
Thanks GaGa
VisActualyBasic 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.