by pillick >> Mon, 18 Nov 2002 23:03:12 GMT
Hi
I'm trying to setup a dialog for selecting a date. It looks very similar to the windows dialog that shows when you double click the time in your system tray.
Ive done the day part in a table, with each day being a seperate cell.
Some cells are empty, and I dont want the user to be able to select them. Also I want to be able to set up a filter so that the user can only select mondays, or sundays, or the first and last days of the months.
There is a property for the whole table that decides how items are selected, but what about for each individual cell? How would I make it so that a particular cell cannot be selected with the mouse or keys?
Dave