<?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 : Popup Control does not fire click event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Popup Control does not fire click event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 11:41:24 +0000</pubDate>
  <lastBuildDate>Tue, 21 Aug 2007 11:19:04 +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=7844</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[Popup Control does not fire click event : Hi! I am developing a Managed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7844&amp;PID=25278&amp;title=popup-control-does-not-fire-click-event#25278</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3239">sanddevil</a><br /><strong>Subject:</strong> 7844<br /><strong>Posted:</strong> 21 August 2007 at 11:19am<br /><br /><P>Hi!</P><P>I am developing a Managed C++ solution using .Net 2003, so using the CodeJock ActiveX product. I have a problem with the Popup Control. </P><P>I have developed a popup to display status type messages such as "New user added to database". This works ok in the main code of my application. So, having got it working just fine as "inline" code I moved it out to its own class, and I created the class using the .Net Control Library wizard.</P><P>Now the popup still displays ok, but the click event does not fire. The generated code looks like</P><P>this-&gt;axPopupControl1-&gt;ItemClick += new AxInterop::XtremeSuiteControls::_DPopupControlEvents_ItemClickEventHandler(this, axPopupControl1_ItemClick);</P><P>and the event handler function looks like</P><P>private: System::Void axPopupControl1_ItemClick(System::Object *&nbsp; sender, AxInterop::XtremeSuiteControls::_DPopupControlEvents_ItemClickEvent *&nbsp; e)<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp; System::Windows::Forms::MessageBox::Show("Got Here");<BR>&nbsp;&nbsp;&nbsp; }</P><P><BR>Suffice to say, the Message Box is never displayed when I click over the control.</P><P>Any help gratefully received! Thanks in advance.</P>]]>
   </description>
   <pubDate>Tue, 21 Aug 2007 11:19:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7844&amp;PID=25278&amp;title=popup-control-does-not-fire-click-event#25278</guid>
  </item> 
 </channel>
</rss>