Time periode picker

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 4 years and 10 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
tjaywwi
Posts: 14
Last visit: Fri Aug 14, 2020 4:49 am

Time periode picker

Post by tjaywwi »

Hi,

Is it possible to include a control time picker control using PowerShell Studio?
I'm not sure what the controls name actually is, our if its just a DataGrid control being used.
Could it be an old WinForms control?

Image

Product, version and build: PowerShell Studio 2019, 5.6.162, 64bit
Operating system: Win 10 64bit
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: Time periode picker

Post by davidc »

I'm not familiar with that specific control. It looks like a custom control to me.

Winforms has the MonthCalendar control:
MonthCalendar.png
MonthCalendar.png (17.04 KiB) Viewed 2258 times
https://docs.microsoft.com/en-us/dotnet ... thcalendar


And the DateTimePicker control:

https://docs.microsoft.com/en-us/dotnet ... timepicker
David
SAPIEN Technologies, Inc.
User avatar
tjaywwi
Posts: 14
Last visit: Fri Aug 14, 2020 4:49 am

Re: Time periode picker

Post by tjaywwi »

Hi David

Thanks for you answer but it's not exactly what i was looking for.

I have seen the control in more than one product including some Microsoft products, this is from picture is from Veeam which uses it to define what time a backup job can run.

After look more into it, it looks more and more like it's just a datagridview control being used with some default defined rows and cells.
This topic is 4 years and 10 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.