- Joined
- May 26, 2007
- Messages
- 23,067
Graphical VB.Net reimagining of the primitive counting device.
Uses just a bead Class, each instance representing one of the beads on the frame, a custom EventArgs Class and a Form.
The counting frame is set as the form BackGroundImage, and the beads are drawn directly on the Form. You can drag either one or a block of beads across the frame. At the minimum allowed and the maximum allowed Left position for each bead, there's a 'snap to' feature which pulls the beads into position, and makes it possible to calculate the total easily.
View attachment 173015
View attachment 173017
Uses just a bead Class, each instance representing one of the beads on the frame, a custom EventArgs Class and a Form.
The counting frame is set as the form BackGroundImage, and the beads are drawn directly on the Form. You can drag either one or a block of beads across the frame. At the minimum allowed and the maximum allowed Left position for each bead, there's a 'snap to' feature which pulls the beads into position, and makes it possible to calculate the total easily.
View attachment 173015
View attachment 173017
Last edited: