G
Guest
I have a form that is a graphic display of a given person's availability for
volunteer work. It's basically just a 7x16 matrix of controls, each of which
contains a colored square. (7 = Sunday thru Saturday, 16 = 6 AM thru 9 PM.)
The user can change the color of the square in each control from red
(unavailable) to yellow (available with limitations) to green (available) by
double-clicking it.
But users always want more than you give them. I've been asked if I can let
them select several "cells" and change them all with one double-click. I'm
darned if I know a way to do it; does anyone out there have a suggestion?
Maybe something involving mouse-drag events? Any ideas very welcome.
volunteer work. It's basically just a 7x16 matrix of controls, each of which
contains a colored square. (7 = Sunday thru Saturday, 16 = 6 AM thru 9 PM.)
The user can change the color of the square in each control from red
(unavailable) to yellow (available with limitations) to green (available) by
double-clicking it.
But users always want more than you give them. I've been asked if I can let
them select several "cells" and change them all with one double-click. I'm
darned if I know a way to do it; does anyone out there have a suggestion?
Maybe something involving mouse-drag events? Any ideas very welcome.