Hi All,
Some guidance please.
I have a set of events and their dates in a DB which I would like to show as bold days in a C1Calendar control. I then want to be able to hover over that date to display a SuperToolTip with the events details.
Can this be done?
Thanks
Shai
Hi Irina,
Thank you for your reply.
When will V1 2009 be available?
The code you have given is relevant to the new version?
Thanks Irina,
Ive downloaded the untested build, copied the C1.Win.C1Schedule.2.dll and C1.Win.C1Schedule.2.XML files to
C:\Program Files\ ComponentOne Studio.NET 2.0\bin and P:\QFG-EnquiryCentre\bin\debug
but still get the following build errors
The type or namespace name 'C1Schedule' does not exist in the namespace 'C1.Win' (are you missing an assembly reference?) P:\QFG-EnquiryCentre\ucSeminar.cs Error 2 The type or namespace name 'C1Schedule' does not exist in the namespace 'C1.Win' (are you missing an assembly reference?)
The type or namespace name 'C1Schedule' does not exist in the namespace 'C1.Win' (are you missing an assembly reference?)
P:\QFG-EnquiryCentre\ucSeminar.cs Error 2 The type or namespace name 'C1Schedule' does not exist in the namespace 'C1.Win' (are you missing an assembly reference?)
Excellent, that worked! Thank you.
Unfortunately I get runtime errors, something about Thickness not being a valid Int32, and other FormatExceptions when I load the form that parents the Calender control.
I guess I'll just have to wait till the next version is released. :(
Thanks for your help.
I had to remove the following two lines of code form the designer.cs for my form:
I then had to reset my custom appearance and it worked.
Thanks.