<?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 : Need Help to handling Custom Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Need Help to handling Custom Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 23:11:44 +0000</pubDate>
  <lastBuildDate>Wed, 13 May 2009 12:05:27 +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=14268</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[Need Help to handling Custom Control : hi..dont work with vb 9 Aaronthanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14268&amp;PID=48949&amp;title=need-help-to-handling-custom-control#48949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4724">RedPsyrus</a><br /><strong>Subject:</strong> 14268<br /><strong>Posted:</strong> 13 May 2009 at 12:05pm<br /><br />hi..<br>dont work with vb 9 Aaron<br>thanks for the help<br><br>]]>
   </description>
   <pubDate>Wed, 13 May 2009 12:05:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14268&amp;PID=48949&amp;title=need-help-to-handling-custom-control#48949</guid>
  </item> 
  <item>
   <title><![CDATA[Need Help to handling Custom Control : Hi,   The only thing I can offer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14268&amp;PID=48911&amp;title=need-help-to-handling-custom-control#48911</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 14268<br /><strong>Posted:</strong> 12 May 2009 at 1:50pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>The only thing I can offer is a working sample in VB code. </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Dim Popup As CommandBar<BR>&nbsp;&nbsp;&nbsp; Dim settingsProperties As CommandBarPopup<BR>&nbsp;&nbsp;&nbsp; Dim settingsPropertiesHandle As CommandBarControlCustom<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; If Button = 2 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Popup = CommandBars.Add("Popup", xtpBarPopup)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With Popup.Controls<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set settingsProperties = .Add(xtpControlButtonPopup, 1, "Settings")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set settingsPropertiesHandle = settingsProperties.CommandBar.Controls.Add(xtpControlCustom, 2, "Settings")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; settingsPropertiesHandle.Handle = picPropertyGridControl.hWnd<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Popup.ShowPopup<BR>&nbsp;&nbsp;&nbsp; End If</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Remark:</DIV><DIV><strong>picPropertyGridControl</strong> = Picturebox (with PropertyGrid control on it)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>This produces:</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20090512_134425_PopupMenu.bmp" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Hope this helps you a little <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 12 May 2009 13:50:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14268&amp;PID=48911&amp;title=need-help-to-handling-custom-control#48911</guid>
  </item> 
  <item>
   <title><![CDATA[Need Help to handling Custom Control : Hi,Thanks to reply Aaron..I do...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14268&amp;PID=48895&amp;title=need-help-to-handling-custom-control#48895</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4724">RedPsyrus</a><br /><strong>Subject:</strong> 14268<br /><strong>Posted:</strong> 12 May 2009 at 7:09am<br /><br />Hi,<br>Thanks to reply Aaron..<br>I do it with Conteneurs, form and usercontrol,, the same problem<br>is there another way to bypass it<br><br>thanks<br>]]>
   </description>
   <pubDate>Tue, 12 May 2009 07:09:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14268&amp;PID=48895&amp;title=need-help-to-handling-custom-control#48895</guid>
  </item> 
  <item>
   <title><![CDATA[Need Help to handling Custom Control : Hi,   Maybe you need to put...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14268&amp;PID=48870&amp;title=need-help-to-handling-custom-control#48870</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 14268<br /><strong>Posted:</strong> 11 May 2009 at 2:33pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Maybe you need to put DataGrid in PictureBox or Form and attach PictureBox.hwnd / Form.hwnd?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 11 May 2009 14:33:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14268&amp;PID=48870&amp;title=need-help-to-handling-custom-control#48870</guid>
  </item> 
  <item>
   <title><![CDATA[Need Help to handling Custom Control : Hi,I have create a right click...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14268&amp;PID=48866&amp;title=need-help-to-handling-custom-control#48866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4724">RedPsyrus</a><br /><strong>Subject:</strong> 14268<br /><strong>Posted:</strong> 11 May 2009 at 1:50pm<br /><br />Hi,<br>I have create a right click menu with a custom Control but I have a problem with it<br>here is a sample code I use<br><br><br><a href="uploads/20090511_134850_VBHandleMenu.zip" target="_blank">uploads/20090511_134850_VBHandleMenu.zip</a><br><br><br><br>thanks <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br><br>]]>
   </description>
   <pubDate>Mon, 11 May 2009 13:50:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14268&amp;PID=48866&amp;title=need-help-to-handling-custom-control#48866</guid>
  </item> 
 </channel>
</rss>