<?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 : Creating Toolbars using an HWND</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Creating Toolbars using an HWND]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 02:18:22 +0000</pubDate>
  <lastBuildDate>Wed, 18 Jan 2006 01:30:25 +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=3526</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[Creating Toolbars using an HWND : Hello, I don&amp;#039;t think it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3526&amp;PID=10579&amp;title=creating-toolbars-using-an-hwnd#10579</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3526<br /><strong>Posted:</strong> 18 January 2006 at 1:30am<br /><br /><P>Hello,</P><P>I don't think it is possible too, but you can try :)</P>]]>
   </description>
   <pubDate>Wed, 18 Jan 2006 01:30:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3526&amp;PID=10579&amp;title=creating-toolbars-using-an-hwnd#10579</guid>
  </item> 
  <item>
   <title><![CDATA[Creating Toolbars using an HWND : Oleg, Is there a way I could...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3526&amp;PID=10574&amp;title=creating-toolbars-using-an-hwnd#10574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1651">Keith</a><br /><strong>Subject:</strong> 3526<br /><strong>Posted:</strong> 17 January 2006 at 3:02pm<br /><br /><P>Oleg,</P><P>Is there a way I could used the CodeJock dialogbar and attach the HWND of the toolbar to it. Sometime ago you published a tabbed toolbar which mixed a&nbsp;property sheet&nbsp;with a dialogbar. Could I use this technique.</P><P>many thanks </P><P>Keith <IMG style="CURSOR: pointer" &#111;nclick="AddSmileyIc&#111;n'smileys/smiley1.gif'" alt=Smile src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 17 Jan 2006 15:02:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3526&amp;PID=10574&amp;title=creating-toolbars-using-an-hwnd#10574</guid>
  </item> 
  <item>
   <title><![CDATA[Creating Toolbars using an HWND : Hi, Don&amp;#039;t think it is possible....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3526&amp;PID=10573&amp;title=creating-toolbars-using-an-hwnd#10573</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3526<br /><strong>Posted:</strong> 17 January 2006 at 2:08pm<br /><br /><P>Hi,</P><P>Don't think it is possible. Codejock Toolbar is fully written from CWnd it doen't use CToolBar or standard "TOOLBAR" class. It is not compatible with standard windows toolbars.</P>]]>
   </description>
   <pubDate>Tue, 17 Jan 2006 14:08:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3526&amp;PID=10573&amp;title=creating-toolbars-using-an-hwnd#10573</guid>
  </item> 
  <item>
   <title><![CDATA[Creating Toolbars using an HWND : I have been experimenting grabbing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3526&amp;PID=10571&amp;title=creating-toolbars-using-an-hwnd#10571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1651">Keith</a><br /><strong>Subject:</strong> 3526<br /><strong>Posted:</strong> 17 January 2006 at 1:49pm<br /><br /><P>I have been experimenting grabbing windows started by other applications and changing them so they exist inside a codejock panel in another application. However, I am now trying to attempt to grab another applications' toolbar and display it in another application written using the codejock library.</P><P>I managed to grab a toolbar and display it in a codejock panel - which works well -but what i really would like to do is display the grabbed toolbar as a command bar. The only information I have is an HWND. Is there any way of creating a Codejock toolbar and attach it to the HWND. For example to attach a grabbed toolbar into a panel&nbsp;I had to do the following:</P><P>CWnd* pWnd = new CWnd();</P><P>pWnd-&gt;Attach(hGrabbedToolbar);</P><P>pPanel-&gt;SetParent(pWnd);</P><P>Many thanks</P><P>Keith <IMG style="CURSOR: pointer" &#111;nclick="AddSmileyIc&#111;n'smileys/smiley1.gif'" alt=Smile src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 17 Jan 2006 13:49:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3526&amp;PID=10571&amp;title=creating-toolbars-using-an-hwnd#10571</guid>
  </item> 
 </channel>
</rss>