<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Add a bitmap to an AcEdUIContext Menu in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/add-a-bitmap-to-an-aceduicontext-menu/m-p/2000987#M20973</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Anybody have experienced adding bitmap/icon image to an AcEdUIContext menu ? is it possible ? in defaultContext() OnUpdateMenu() ?&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your help.&lt;BR /&gt;
&lt;BR /&gt;
Olivier.</description>
    <pubDate>Thu, 21 Jun 2007 19:28:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-06-21T19:28:21Z</dc:date>
    <item>
      <title>Add a bitmap to an AcEdUIContext Menu</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/add-a-bitmap-to-an-aceduicontext-menu/m-p/2000987#M20973</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Anybody have experienced adding bitmap/icon image to an AcEdUIContext menu ? is it possible ? in defaultContext() OnUpdateMenu() ?&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your help.&lt;BR /&gt;
&lt;BR /&gt;
Olivier.</description>
      <pubDate>Thu, 21 Jun 2007 19:28:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/add-a-bitmap-to-an-aceduicontext-menu/m-p/2000987#M20973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-21T19:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add a bitmap to an AcEdUIContext Menu</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/add-a-bitmap-to-an-aceduicontext-menu/m-p/2000988#M20974</link>
      <description>Any place where you have the HMENU should&lt;BR /&gt;
work.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;OBOOKLAGE&gt; wrote in message news:5634255@discussion.autodesk.com...&lt;BR /&gt;
Hello,&lt;BR /&gt;
&lt;BR /&gt;
Anybody have experienced adding bitmap/icon image to an AcEdUIContext menu ? is it possible ? in defaultContext() OnUpdateMenu() ?&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your help.&lt;BR /&gt;
&lt;BR /&gt;
Olivier.&lt;/OBOOKLAGE&gt;</description>
      <pubDate>Fri, 22 Jun 2007 00:25:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/add-a-bitmap-to-an-aceduicontext-menu/m-p/2000988#M20974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-22T00:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add a bitmap to an AcEdUIContext Menu</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/add-a-bitmap-to-an-aceduicontext-menu/m-p/8143291#M20975</link>
      <description>&lt;P&gt;any example?&lt;/P&gt;&lt;P&gt;I've tried this ,&amp;nbsp; and&amp;nbsp;that didn't work.&amp;nbsp;ObjectARX 2014&lt;/P&gt;&lt;P&gt;then, I 've read this &lt;A href="https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2017/ENU/OARXMAC-RefGuide/files/OREFMAC-AcEdUIContext-html.html" target="_blank"&gt;here&lt;/A&gt;:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;There is no limit on the number of menu items, but items should contain &lt;FONT color="#FF0000"&gt;only text.&lt;/FONT&gt; &lt;/PRE&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2017/ENU/OARXMAC-RefGuide/files/OREFMAC-AcEdUIContext-html.html" target="_blank"&gt;https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2017/ENU/OARXMAC-RefGuide/files/OREFMAC-AcEdUIContext-html.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 07:08:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/add-a-bitmap-to-an-aceduicontext-menu/m-p/8143291#M20975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-20T07:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add a bitmap to an AcEdUIContext Menu</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/add-a-bitmap-to-an-aceduicontext-menu/m-p/8143364#M20976</link>
      <description>&lt;P&gt;without source code its hard to say what is wrong. as i know, you have to add bitmaps to menu item in "MFC way", couse ObjectARX can just attach your menu and use it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so, what about using&amp;nbsp;&lt;STRONG&gt;CMenu::SetMenuItemBitmaps&lt;/STRONG&gt; or&amp;nbsp;&lt;STRONG&gt;CMenu::SetMenuItemInfo&lt;/STRONG&gt; to your menu items?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 08:10:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/add-a-bitmap-to-an-aceduicontext-menu/m-p/8143364#M20976</guid>
      <dc:creator>nick83</dc:creator>
      <dc:date>2018-07-20T08:10:05Z</dc:date>
    </item>
  </channel>
</rss>

