Print Page | Close Window

DateTimePicker - no KeyDown events??

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: General Discussion
Forum Description: Topics Related to Active-X COM Development in General
URL: http://forum.codejock.com/forum_posts.asp?TID=14615
Printed Date: 06 May 2024 at 7:15am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: DateTimePicker - no KeyDown events??
Posted By: fuxi
Subject: DateTimePicker - no KeyDown events??
Date Posted: 25 June 2009 at 6:32am
hi,

i just saw that the DateTimePicker control has no KeyDown/Keyup/Keypress events :(
will those be implemented in the future?

thanks



Replies:
Posted By: mdoubson
Date Posted: 18 July 2009 at 10:12pm

 [ uuid(CC0BA502-896D-4B48-AB33-0DDE41815A1B),
   helpstring("Event interface for DatePicker Control"), helpcontext(4488) ]
 dispinterface _DDatePickerEvents
 {
 properties:
  //  Event interface has no properties
 methods:
  [id(1), helpcontext(4489)] void SelectionChanged();
  [id(2), helpcontext(4490)] void DayMetrics(DATE Day, IDatePickerDayMetrics* Metrics);
  [id(3), helpcontext(4491)] void MonthChanged();
  
  [id(DISPID_MOUSEMOVE), helpcontext(4439)] void MouseMove(short Button, short Shift, OLE_XPOS_PIXELS x, OLE_YPOS_PIXELS y);
  [id(DISPID_KEYDOWN), helpcontext(4588)] void KeyDown(short* KeyCode, short Shift);
 };



-------------
Mark Doubson, Ph.D.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net