Hi,
I used to code provided in the link. But when I used it, I encounter an error saying "System.NullReferenceException: 'Object reference not set to an instance of an object.'".
This is the code that has an error:
strip =
this
.scheduleControl1.GetScheduleHost().ContextMenuStrip;
Also, in the output logs, it says "**strip** was null."
Thanks