<?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 : I have no idea.   please~ help me..</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : I have no idea.   please~ help me..]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 12:45:07 +0000</pubDate>
  <lastBuildDate>Fri, 03 Oct 2008 01:55:31 +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=12312</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[I have no idea.   please~ help me.. : if you have some ActiveX or dll...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12312&amp;PID=41608&amp;title=i-have-no-idea-please-help-me#41608</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12312<br /><strong>Posted:</strong> 03 October 2008 at 1:55am<br /><br /><P>if you have some ActiveX or dll project, try manaully remove all icons:</P><DIV>call XTPImageManager()-&gt;RemoveAll();</DIV>]]>
   </description>
   <pubDate>Fri, 03 Oct 2008 01:55:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12312&amp;PID=41608&amp;title=i-have-no-idea-please-help-me#41608</guid>
  </item> 
  <item>
   <title><![CDATA[I have no idea.   please~ help me.. : thank you. I succeeded first question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12312&amp;PID=41590&amp;title=i-have-no-idea-please-help-me#41590</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4549">copycdx2</a><br /><strong>Subject:</strong> 12312<br /><strong>Posted:</strong> 02 October 2008 at 6:19am<br /><br /><br>&nbsp; thank you.<br>&nbsp; I succeeded first question that you tell me.<br>&nbsp;virtuaL LRESULT MyClassl::NotifyOwner(WPARAM wParam, LPARAM lParam);<br><br>&nbsp;why not receive overrided function.<br>BOOL Myclass::OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult)<br><br>-------------------------------------------------------------------------<br><font color="#ff0000">&nbsp;but my second question is...</font><br><br>&nbsp;<font color="#333333">my.h<br>&nbsp;class myClass: public CTaskPanelBase<br>{<br>&nbsp;&nbsp;&nbsp; public:<br>&nbsp;&nbsp; CXTPPopupBar*&nbsp;&nbsp;&nbsp; m_pPopupBar;<br>}<br>&nbsp;<br>&nbsp;my.cpp<br><br>&nbsp;myClass :: TestFuc()<br>{<br>&nbsp;&nbsp; m_pPopupBar = (CXTPPopupBar*)CXTPPopupToolBar::CreateObject();<br>&nbsp;&nbsp; pCtrl = m_pPopupBar-&gt;GetControls()-&gt;Add( xtpControlButton, ID_FILE_TEST01 );<br>&nbsp; pCtrl-&gt;SetCaption(_T("Test button"));<br><font color="#ff0000">&nbsp;pCtrl-&gt;GetImageManager()-&gt;SetIcons(IDR_TOOLBAR1);</font><br>}<br>&nbsp;<br>&nbsp;good run.<br>&nbsp;Icon show.<br>&nbsp;but,&nbsp; Access violatio error when myclass destroy..<br>&nbsp;</font>exception <font color="#333333">red line code and good run.<br>&nbsp;but not show icon.<br><br>MyClass::~MyClass()<br>{&nbsp;&nbsp;&nbsp; if( m_pPopupBar )<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; AFX_MANAGE_STATE(AfxGetStaticModuleState());<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pPopupBar-&gt;InternalRelease();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pPopupBar = NULL;<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br><br>--------out put--------------------------------<br>Afxwin1.inl<br>_AFXWIN_INLINE BOOL AFXAPI AfxGetAmbientActCtx()<br>&nbsp;&nbsp;&nbsp; { &nbsp;&nbsp;&nbsp; return afxAmbientActCtx; }<br><br><br>void CXTPImageManagerIconSet::RemoveAll()<br><br></font><br>&nbsp;<br>]]>
   </description>
   <pubDate>Thu, 02 Oct 2008 06:19:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12312&amp;PID=41590&amp;title=i-have-no-idea-please-help-me#41590</guid>
  </item> 
  <item>
   <title><![CDATA[I have no idea.   please~ help me.. : Hi, 1. TaskPanel send XTPWM_TASKPANEL_NOTIFY...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12312&amp;PID=41581&amp;title=i-have-no-idea-please-help-me#41581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12312<br /><strong>Posted:</strong> 02 October 2008 at 4:07am<br /><br />Hi,<DIV>1. TaskPanel send XTPWM_TASKPANEL_NOTIFY to its parent - so you have catch it in its parent.</DIV><DIV></DIV>Or override virtuaL LRESULT CXTPTaskPanel::NotifyOwner(WPARAM wParam, LPARAM lParam); <BR><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>2. Need to trace your code to understand what "class destroy function" means.</DIV>]]>
   </description>
   <pubDate>Thu, 02 Oct 2008 04:07:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12312&amp;PID=41581&amp;title=i-have-no-idea-please-help-me#41581</guid>
  </item> 
  <item>
   <title><![CDATA[I have no idea.   please~ help me.. : please, I will inquire my question.i...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12312&amp;PID=41574&amp;title=i-have-no-idea-please-help-me#41574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4549">copycdx2</a><br /><strong>Subject:</strong> 12312<br /><strong>Posted:</strong> 02 October 2008 at 1:26am<br /><br /><br>&nbsp;please,&nbsp; I will inquire my question.<br><br>&nbsp;i had created my code<br>&nbsp;Cg3OutlookBarContainer* pNewObj = new Cg3OutlookBarContainer();<br>&nbsp;pNewObj-&gt;Create( wnd );<br><br>&nbsp;file attach<br>&nbsp;<a href="uploads/20081002_011741_g3ByClick.zip" target="_blank">uploads/20081002_011741_g3ByClick.zip</a><br><br><br><br>&nbsp;first question.<br>&nbsp;ON_MESSAGE(XTPWM_TASKPANEL_NOTIFY, OnTaskPanelNotify)<br>&nbsp;message is not received.<br><br><br>&nbsp;second question.<br> code line 688<br>&nbsp;pImage-&gt;SetIcons((IDR_TOOLBAR1));<br>&nbsp;that line insert and&nbsp; memory exception error when class destroy function.<br><br>&nbsp;third question.<br>&nbsp;I hope chage backgroundcolor of panel .<br><br><br>&nbsp;thank you!!<br>]]>
   </description>
   <pubDate>Thu, 02 Oct 2008 01:26:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12312&amp;PID=41574&amp;title=i-have-no-idea-please-help-me#41574</guid>
  </item> 
 </channel>
</rss>