<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : No Events fired in VBControlExtender with calendar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : No Events fired in VBControlExtender with calendar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 18:47:32 +0000</pubDate>
  <lastBuildDate>Thu, 28 Nov 2024 06:10:41 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=24530</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[No Events fired in VBControlExtender with calendar : Hello,I&amp;#039;ve just licensed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24530&amp;PID=79080&amp;title=no-events-fired-in-vbcontrolextender-with-calendar#79080</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9694">CodeJockUser138273</a><br /><strong>Subject:</strong> 24530<br /><strong>Posted:</strong> 28 November 2024 at 6:10am<br /><br /><div>Hello,</div><div>I've just licensed the Suite Pro and I want to add the calendar control in the runtime dynamicly to a form with VBControlExtender.<br><br>As described in the help, I added the License in the Form_Initialize.<br></div><div><br></div><div>Here ist the complete code:<br><br>Option Explicit<br><br>Private WithEvents ctlCalendar As VBControlExtender<br><br>Private Sub ctlCalendar_ObjectEvent(Info As EventInfo)<br>'--------------------------------------------------------------------------------<br>' Project&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Projekt1<br>' Procedure&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ctlCalendar_ObjectEvent<br>' Created by :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Project Administrator<br>' Machine&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; K3V3DEVWIN7<br>' Date-Time&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11.28.2024-11:52:45<br>' ##SUMMARY<br>' ##RETURNS<br>' ##PARAM<br>' ##REMARKS<br>'--------------------------------------------------------------------------------<br><br>End Sub<br><br>Private Sub Form_Initialize()<br><br>&nbsp; CalendarGlobalSettings.License = "Calendar Control Copyright (c) 1998-2024 Codejock Software" &amp; vbCrLf &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "PRODUCT-ID: Codejock.Calendar.ActiveX.v24.0" &amp; vbCrLf &amp; "VALIDATE-CODE: &lt;snipped out&gt;"<br><br>End Sub<br><br>Private Sub Form_Load()<br><br>&nbsp;&nbsp;&nbsp; Set ctlCalendar = Controls.Add("Codejock.CalendarControl.24.0.0", "ctlK3VGrid", Me)<br>&nbsp;&nbsp;&nbsp; ctlCalendar.Visible = True<br><br>End Sub<br><br>Private Sub Form_Resize()<br><br>&nbsp; If Not ctlCalendar Is Nothing Then<br>&nbsp;&nbsp;&nbsp; ctlCalendar.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight<br>&nbsp; End If<br><br>End Sub<br><br>The calendar is schown on the form an is resized correctly, but there are no fired Events!!<br>I found 2 other posts to this topic several years ago with not answer or solution!<br><br>I need a solution for this problem! <br><br></div>]]>
   </description>
   <pubDate>Thu, 28 Nov 2024 06:10:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24530&amp;PID=79080&amp;title=no-events-fired-in-vbcontrolextender-with-calendar#79080</guid>
  </item> 
 </channel>
</rss>