D
Dino M. Buljubasic
I am trying to build a daily calendar similar to Microsoft Outlook where a
user can select hours of a day using mouse. I have a form that holds a
panel which contains user controls each representing an hour of the day (24
hours = 24 user controls).
How can I mouse-down, drag, mouse-up select a region (say from 9:00am to
1:00pm)?
I was trying to use mouse down/mouse up events and return the tag property
of the user controls on down / up but even though I drag with the mouse over
several controls, both of these events return tag property of the user
control that received mouse down event.
Any help will be greatfully appreciated
Dino
user can select hours of a day using mouse. I have a form that holds a
panel which contains user controls each representing an hour of the day (24
hours = 24 user controls).
How can I mouse-down, drag, mouse-up select a region (say from 9:00am to
1:00pm)?
I was trying to use mouse down/mouse up events and return the tag property
of the user controls on down / up but even though I drag with the mouse over
several controls, both of these events return tag property of the user
control that received mouse down event.
Any help will be greatfully appreciated
Dino