I am a newbie, I like the AnotherDatePicker Class
I want to migrate from the DateDialog
But
What must I change in the AnotherDatePicker Show so that I can imitate the DateDialog like:
dim adp as AnotherDatePicker
If adp.Show(..) = DialogResponse.POSITIVE Then
...
End if
I try with Do While ... DoEvents Loop and adding respective response at each events with no success.
Change from non-modal dialog -> modal dialog?
Can somebody help me, please?
Thanks.
I want to migrate from the DateDialog
But
What must I change in the AnotherDatePicker Show so that I can imitate the DateDialog like:
dim adp as AnotherDatePicker
If adp.Show(..) = DialogResponse.POSITIVE Then
...
End if
I try with Do While ... DoEvents Loop and adding respective response at each events with no success.
Change from non-modal dialog -> modal dialog?
Can somebody help me, please?
Thanks.
Last edited: