Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DoubleClick
Message
From
08/04/2003 02:56:23
 
 
To
07/04/2003 17:09:35
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00774913
Message ID:
00775003
Views:
17
This message has been marked as the solution to the initial question of the thread.
Yes, DateTimePicker control can handle DoubleClick event.

To get date from DateTimePicker control, use Value property.

Because MonthCalendar control allows you to select more than one date, use DateChanged and DateSelected events. They are raised when user changes current dates selection or when user selects new date range respectively. Both events pass as "e" argument DateRangeEventArgs class, which gives you start and end date of the new user selection.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform