<?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</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Popup Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 07:44:48 +0000</pubDate>
  <lastBuildDate>Thu, 04 Oct 2007 11:44:09 +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=8059</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 : perfect, thanks  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8059&amp;PID=26930&amp;title=popup-control#26930</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1595">OscarM</a><br /><strong>Subject:</strong> 8059<br /><strong>Posted:</strong> 04 October 2007 at 11:44am<br /><br />perfect, thanks]]>
   </description>
   <pubDate>Thu, 04 Oct 2007 11:44:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8059&amp;PID=26930&amp;title=popup-control#26930</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Control : Hi,  Here C# code:  static...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8059&amp;PID=26859&amp;title=popup-control#26859</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8059<br /><strong>Posted:</strong> 03 October 2007 at 2:15pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Here C# code:</DIV><DIV><FONT color=#0000ff size=1><FONT size=1></FONT></FONT><FONT size=1></FONT>&nbsp;</DIV><FONT size=1><FONT size=1><FONT color=#0000ff size=1><P>static</FONT><FONT size=1> </FONT><FONT color=#0000ff size=1>class</FONT><FONT size=1> </FONT><FONT color=#2b91af size=1>PopupControl</P></FONT><FONT size=1><P>{</P><P></FONT><FONT color=#0000ff size=1>static</FONT><FONT size=1> </FONT><FONT color=#2b91af size=1>Panel</FONT><FONT size=1> </FONT><FONT color=#020002 size=1>popupHost</FONT><FONT size=1> = </FONT><FONT color=#0000ff size=1>null</FONT><FONT size=1>;</P><P></FONT><FONT color=#0000ff size=1>static</FONT><FONT size=1> </FONT><FONT color=#0000ff size=1>public</FONT><FONT size=1> </FONT><FONT color=#0000ff size=1>void</FONT><FONT size=1> </FONT><FONT color=#020002 size=1>Show</FONT><FONT size=1>()</P><P>{</P><P></FONT><FONT color=#020002 size=1>AxXtremeSuiteControls</FONT><FONT size=1>.</FONT><FONT color=#2b91af size=1>AxPopupControl</FONT><FONT size=1> </FONT><FONT color=#020002 size=1>axPopupControl1</FONT><FONT size=1>;</P><P></FONT><FONT color=#0000ff size=1>if</FONT><FONT size=1> (</FONT><FONT color=#020002 size=1>popupHost</FONT><FONT size=1> == </FONT><FONT color=#0000ff size=1>null</FONT><FONT size=1>)</P><P>{</P><P></FONT><FONT color=#020002 size=1>popupHost</FONT><FONT size=1> = </FONT><FONT color=#0000ff size=1>new</FONT><FONT size=1> </FONT><FONT color=#2b91af size=1>Panel</FONT><FONT size=1>();</P><P></FONT><FONT color=#020002 size=1>popupHost</FONT><FONT size=1>.</FONT><FONT color=#020002 size=1>CreateControl</FONT><FONT size=1>();</P><P>&nbsp;</P><P></FONT><FONT color=#020002 size=1>axPopupControl1</FONT><FONT size=1> = </FONT><FONT color=#0000ff size=1>new</FONT><FONT size=1> </FONT><FONT color=#020002 size=1>AxXtremeSuiteControls</FONT><FONT size=1>.</FONT><FONT color=#2b91af size=1>AxPopupControl</FONT><FONT size=1>();</P><P>((</FONT><FONT color=#020002 size=1>System</FONT><FONT size=1>.</FONT><FONT color=#020002 size=1>ComponentModel</FONT><FONT size=1>.</FONT><FONT color=#2b91af size=1>ISupportInitialize</FONT><FONT size=1>)(</FONT><FONT color=#020002 size=1>axPopupControl1</FONT><FONT size=1>)).</FONT><FONT color=#020002 size=1>BeginInit</FONT><FONT size=1>();</P><P></FONT><FONT color=#020002 size=1>popupHost</FONT><FONT size=1>.</FONT><FONT color=#020002 size=1>Controls</FONT><FONT size=1>.</FONT><FONT color=#020002 size=1>Add</FONT><FONT size=1>(</FONT><FONT color=#020002 size=1>axPopupControl1</FONT><FONT size=1>);</P><P>((</FONT><FONT color=#020002 size=1>System</FONT><FONT size=1>.</FONT><FONT color=#020002 size=1>ComponentModel</FONT><FONT size=1>.</FONT><FONT color=#2b91af size=1>ISupportInitialize</FONT><FONT size=1>)(</FONT><FONT color=#020002 size=1>axPopupControl1</FONT><FONT size=1>)).</FONT><FONT color=#020002 size=1>EndInit</FONT><FONT size=1>();</P><P>}</P><P></FONT><FONT color=#0000ff size=1>else</P></FONT><FONT size=1><P>{</P><P></FONT><FONT color=#020002 size=1>axPopupControl1</FONT><FONT size=1> = </FONT><FONT color=#020002 size=1>popupHost</FONT><FONT size=1>.</FONT><FONT color=#020002 size=1>Controls</FONT><FONT size=1>&#091;0&#093; </FONT><FONT color=#0000ff size=1>as</FONT><FONT size=1> </FONT><FONT color=#020002 size=1>AxXtremeSuiteControls</FONT><FONT size=1>.</FONT><FONT color=#2b91af size=1>AxPopupControl</FONT><FONT size=1>;</P><P>}</P><P></FONT><FONT color=#020002 size=1>axPopupControl1</FONT><FONT size=1>.</FONT><FONT color=#020002 size=1>ShowDelay</FONT><FONT size=1> = 1000;</P><P></FONT><FONT color=#020002 size=1>axPopupControl1</FONT><FONT size=1>.</FONT><FONT color=#020002 size=1>Show</FONT><FONT size=1>();</P><P>}</P><P>};</P><DIV></DIV><P>&nbsp;</P><DIV></DIV><DIV></DIV>usage:<DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><FONT size=1><P></FONT><FONT color=#0000ff size=1>private</FONT><FONT size=1> </FONT><FONT color=#0000ff size=1>void</FONT><FONT size=1> </FONT><FONT color=#020002 size=1>button1_Click</FONT><FONT size=1>(</FONT><FONT color=#0000ff size=1>object</FONT><FONT size=1> </FONT><FONT color=#020002 size=1>sender</FONT><FONT size=1>, </FONT><FONT color=#2b91af size=1>EventArgs</FONT><FONT size=1> </FONT><FONT color=#020002 size=1>e</FONT><FONT size=1>)</P><P>{</P><P></FONT><FONT color=#2b91af size=1>PopupControl</FONT><FONT size=1>.</FONT><FONT color=#020002 size=1>Show</FONT><FONT size=1>();</P><P>}</P></FONT></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Wed, 03 Oct 2007 14:15:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8059&amp;PID=26859&amp;title=popup-control#26859</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Control : Please, help. With VB6 this is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8059&amp;PID=26837&amp;title=popup-control#26837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1595">OscarM</a><br /><strong>Subject:</strong> 8059<br /><strong>Posted:</strong> 03 October 2007 at 6:29am<br /><br />Please, help. With VB6 this is possible, but i dont know how to do it with VS2005<br>Thanks<br>]]>
   </description>
   <pubDate>Wed, 03 Oct 2007 06:29:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8059&amp;PID=26837&amp;title=popup-control#26837</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Control : It is possible to show the Popup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8059&amp;PID=26072&amp;title=popup-control#26072</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1595">OscarM</a><br /><strong>Subject:</strong> 8059<br /><strong>Posted:</strong> 18 September 2007 at 3:28am<br /><br />It is possible to show the Popup control without having to show a form? I need to have calls to the control encapsulated, since I reuse it from several points of my project<br>Note: VS2005<br>]]>
   </description>
   <pubDate>Tue, 18 Sep 2007 03:28:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8059&amp;PID=26072&amp;title=popup-control#26072</guid>
  </item> 
 </channel>
</rss>