Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > General Discussion
  New Posts New Posts RSS Feed - DateTimePicker - no KeyDown events??
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

DateTimePicker - no KeyDown events??

 Post Reply Post Reply
Author
Message
fuxi View Drop Down
Groupie
Groupie


Joined: 15 December 2008
Location: Germany
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote fuxi Quote  Post ReplyReply Direct Link To This Post Topic: DateTimePicker - no KeyDown events??
    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
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post 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);
 };

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.