|
|
|
start date: Wed, 11 Jul 2007 00:32:12 +0200,
posted on: microsoft.public.dotnet.languages.vb.controls
back
| Thread Index |
|
1
Michel Vanderbeke
|
|
2
VisualHint
|
|
3
Petar Atanasov
|
DateTimePicker
Hello,
Is it possible to open a DateTimePicker control when it gets the focus?
Thanks and greetings,
Michel
Date:Wed, 11 Jul 2007 00:32:12 +0200
Author:
|
Re: DateTimePicker
Hello michel,
I am working on a new component, called a FieldPackEditor, which will
provide a great DateTimePicker replacement. Since it has a method to
open the popup calendar, you will be able to open it on gotfocus.
Best regards,
Nicolas Cadilhac @ VisualHint (http://www.visualhint.com)
Home of Smart FieldPackEditor.Net / DateTimePicker replacement
Home of Smart PropertyGrid for .Net and MFC
Microsoft PropertyGrid Resource List - http://www.propertygridresourcelist.com
On Jul 10, 6:32 pm, "Michel Vanderbeke"
wrote:
> Hello,
>
> Is it possible to open aDateTimePickercontrol when it gets the focus?
>
> Thanks and greetings,
>
> Michel
Date:Wed, 11 Jul 2007 20:40:14 -0000
Author:
|
Re: DateTimePicker
Michel Vanderbeke wrote:
> Hello,
>
> Is it possible to open a DateTimePicker control when it gets the focus?
>
> Thanks and greetings,
>
> Michel
>
>
....
DateTimePicker1.Focus()
SendKeys.SendWait("%{DOWN}")
....
Follow this link too:
http://www.dotnet247.com/247reference/msgs/46/233929.aspx
HTH,
Petar Atanasov
http://a-wake.net
Date:Thu, 12 Jul 2007 13:41:29 +0300
Author:
|
|
|