I've been trying to figure out how to get this control to work for over a week. It can be found here: A Professional Calendar/Agenda View That You Will Use - CodeProject. It's a calendar/scheduler control that was designed using c# and I'm trying to use it in my vb.net app. I've sucessfully created a dll and have referenced that dll in my project and am able to see the controls in the toolbox as well as put them on my form. My problem is that I can't get ANY of the code that I wrote in the form to fire. No event handlers will work, not even the form_load which handles the mybase.load event. Nada. Can anyone think of a reason that this might be? How do I sucessfully add a handler to the events? I've used
<code> addhandler monthView1.SelectionChanged, addressof (and nothing I put here ever works) </code>
I've also tried to do it through "handles", but that doesn't work either because nothing is executing in my form. Please HELP!!![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Thanks in advance.
<code> addhandler monthView1.SelectionChanged, addressof (and nothing I put here ever works) </code>
I've also tried to do it through "handles", but that doesn't work either because nothing is executing in my form. Please HELP!!
Thanks in advance.