2 Attachment(s)
UserControl DatePicker GDI/GDI+ VB6 (ucJLDTPicker)
UserControl DatePicker GDI/GDI+ VB6 ucJLDTPicker is a user control created to be used in modern forms, which can be adjusted to some current layouts with its multiple properties.
This is its first version, which enters the testing period as it may present some undetected errors in the process, so it will be appreciated if you can report them.
This has a very important property, which allows us to use the control as a child of a form or float and linked to another control, this is called IsChild.
In the project, a control called ucText created by Leandro Ascierto has been used, which can be found on his website http://leandroascierto.com/blog/ucte...exbox-unicode/
Attachment 186229
Attachment 186230
Download from GitHub: https://github.com/JoseMLiza/ucJLDatePicker
Re: UserControl DatePicker GDI/GDI+ VB6 (ucJLDTPicker)
Good job looks great.
The today button of the floating window does not work.
regards
Re: UserControl DatePicker GDI/GDI+ VB6 (ucJLDTPicker)
Updated, thanks for reporting it.
Re: UserControl DatePicker GDI/GDI+ VB6 (ucJLDTPicker)
Quote:
Originally Posted by
JoseLiza
Updated, thanks for reporting it.
Hi,
I can put an text like as obs in a day?
thanks
Re: UserControl DatePicker GDI/GDI+ VB6 (ucJLDTPicker)
Do you want to add a Tooltip text?
The control does not have such a method, but you can modify it since you have access to the source code.
At the moment there are some changes that are on the list until the project is updated again.
Thanks. :)
Re: UserControl DatePicker GDI/GDI+ VB6 (ucJLDTPicker)
That is superb. I really could use this!
Re: UserControl DatePicker GDI/GDI+ VB6 (ucJLDTPicker)
Could do with some basic instructions as to how to incorporate this picker into a pre-existing project.
Re: UserControl DatePicker GDI/GDI+ VB6 (ucJLDTPicker)
Thanks for creating such an awesome control, works well.
Need help fixing an error I am getting when using the control in a form which is part of MDI forms. When selecting a date, getting error "Callback method not found" triggered in clsSubClass, but date value selected still gets displayed in the textbox. Also get "Thunk hasn't been initialized" due to first error, not sure what I am missing, can you please help fix this.