I need to implement a calender in a CVI project. It should open as a small panel, show month and year in the headline and the corresponding days below. The month and year has to be selectable. If a certain day is selected by the user, I need the date information, f.e. as a string. Has anyone already programmed a calender equal to my requires ?
In CVI 6.0 (released last week) you can embed the Microsoft Calendar control into the CVI User Interfarce and program it through CVI. The requirementes you mentioned are very similar to how the MS Calendar works and implementing this in previous versions of CVI do require more development time.