I'm wondering if it is possible to program a customized calendar view (e.g. show 3 Months at once) as I find surprisingly little resources about this question.
Related
I'm trying to implement a custom calendar for employees' task management system using react-big-calendar, I want the week/month days to be displayed vertically and the resources horizontally with several features.
So, I was wondering if that is possible, using react-big-calendar?
I just want a URL to a gallery of widgets such as this one, but for the default WinForms controls that come standard with Visual Studio 2012.
I ran VS and I open the "Toolbox" view and it shows about 150 different widgets. I just want to see a simple picture of each one on a single web pages so I know roughly what they look like.
I tried Google and found this, which is WPF and shows very few pictures.
When you have a WinForm open the Toolbox has an All Controls option - you can open that and take a couple of screenshots.
In VSTO, I'm using VS 2012 with Excel 2013, and the Ribbon area I create with an addin looks so plain vanilla ( font is not able to be in bold etc..) It would be great to extend the look and feel and functionality of this along with tying in Event handlers for status updates.
Does anyone have any experience with extending VSTO, any samples, links that you found very useful ( yes I spent a lot of time on google already.)
The style of the Ribbon is controlled by Office. There is not anything you can do to change the format and styling of the fonts. The options you do have are size of the controls (e.g. buttons) & their icons.
It's also possible to use Office events to update the appearance of the ribbon.
If you have a specific scenario in mind, I'd be happy to help.
In the meantime, here are some helpful links:
Ribbon Extensibility Overview
How to: Customize the Ribbon
VSTO - Create a custom tab for the Office Ribbon in Excel (Visual Studio 2012)
Currently i'm creating a Custom Calendar Control that inherits from the Standard WPF Calendar.
Thanks to Mr. Veeneman i got Highlighting for specific dates to work http://www.codeproject.com/KB/WPF/ExtendingWPFCalendar.aspx.
Now i'm trying to add the weeknumbers to the left of the standard "days-block" but do not know how to accomplish this task.
Has anyone created a Custom Calendar with such a functionality willing to share his thoughts?
I try to avoid to use WPF Toolkit from Codeplex since i have had rather mediocre experiences with the toolkits for asp.net.
with kind regards
You mention the WPF Toolkit yourself, and which is what Charles Petzold has used to add week numbers: http://www.charlespetzold.com/blog/2009/10/Adapting-the-Calendar-Control-for-Week-Numbers.html
I am also looking for a way to add week numbers to the default WPF Calendar control. Is the principles of WPF Calendar different from WPF Toolkit Calendar?
I'm writing an Eclipse RCP app and want to add a calendar widget showing things happening each day (like the calendar on an Android phone).
I've seen the Nebula DateChooser, but this seems more for choosing a date than static display of information.
Features I would like:
- Ability to add items to the calendar and the date to be highlighted
- Being able to colour code the entries would be cool.
- Being able to click on a date and it to show details of what is scheduled when during the day (e.g. in another view - like an Outlook calendar)
Thanks
Jeff
The only one I can find out there would be the JaretCalendar, but is still somewhat a "work in progress".
The CalypsoRPC Calendar is like a Proof of Concept.