Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Sub wndDatePicker_SelectionChanged() failed! help!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Sub wndDatePicker_SelectionChanged() failed! help!

 Post Reply Post Reply
Author
Message
Jaymeister View Drop Down
Groupie
Groupie
Avatar

Joined: 27 April 2009
Status: Offline
Points: 32
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jaymeister Quote  Post ReplyReply Direct Link To This Post Topic: Sub wndDatePicker_SelectionChanged() failed! help!
    Posted: 21 May 2009 at 6:05am
Sub wndDatePicker_SelectionChanged()
fails to be raised as an event
when CalendarControl switches from day to month view

( yes this is in the form_load - wndDatePicker.AttachToCalendar CalendarControl )

after I click month-view on CalendarControl
DatePicker selected dates change to hi-light all days visible on CalendarControl
but fails to raise event Sub wndDatePicker_SelectionChanged()

how can I get the control to report back correctly
as I'm populating events manually based on DatePicker dates?
Back to Top
Jaymeister View Drop Down
Groupie
Groupie
Avatar

Joined: 27 April 2009
Status: Offline
Points: 32
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jaymeister Quote  Post ReplyReply Direct Link To This Post Posted: 21 May 2009 at 6:06am
...by the way I'm using VB6 with latest bought controls...

thanks for any help in advance :)
Back to Top
Jaymeister View Drop Down
Groupie
Groupie
Avatar

Joined: 27 April 2009
Status: Offline
Points: 32
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jaymeister Quote  Post ReplyReply Direct Link To This Post Posted: 25 May 2009 at 10:44am
I'll post an example...

I'm in calendar "day view" on the "21 May 2009"
I click on "Month View"

Month View now shows from "27 Apr 2009" to "31 May 2009"

how using with the above example can I get back
"27 Apr 2009" and "31 May 2009" ?
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: 27 May 2009 at 12:11am
Use
wndDatePicker.Selection(0).DateBegin
wndDatePicker.Selection(0).DateEnd
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.156 seconds.