<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Toolbar aktualisieren]]></title><description><![CDATA[<p>hallo allerseits</p>
<p>meine anwendung hat im mainframe eine toolbar. ein item davon ist defaultmäßig<br />
disabled. in einer separaten klasse werden nun einstellungen vorgenommen.<br />
wenn alle einstellungen fertig sind, soll mein item dann enabled werden.<br />
wie kriege ich das hin. muss ich dafür ne extra message schreiben, oder<br />
wie erreiche ich dass die onupdatecommand - von dem item aufgerufen wird?</p>
<p>danke, uwe</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/51372/toolbar-aktualisieren</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 09:35:52 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/51372.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Oct 2003 12:08:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Toolbar aktualisieren on Thu, 09 Oct 2003 12:08:52 GMT]]></title><description><![CDATA[<p>hallo allerseits</p>
<p>meine anwendung hat im mainframe eine toolbar. ein item davon ist defaultmäßig<br />
disabled. in einer separaten klasse werden nun einstellungen vorgenommen.<br />
wenn alle einstellungen fertig sind, soll mein item dann enabled werden.<br />
wie kriege ich das hin. muss ich dafür ne extra message schreiben, oder<br />
wie erreiche ich dass die onupdatecommand - von dem item aufgerufen wird?</p>
<p>danke, uwe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/369064</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/369064</guid><dc:creator><![CDATA[UweM]]></dc:creator><pubDate>Thu, 09 Oct 2003 12:08:52 GMT</pubDate></item><item><title><![CDATA[Reply to Toolbar aktualisieren on Wed, 29 Oct 2003 14:47:36 GMT]]></title><description><![CDATA[<p>// Get pointer to main frame<br />
CMainFrame *pMainFrm = (CMainFrame*)AfxGetApp()-&gt;GetMainWnd();<br />
// Enable tool<br />
pMainFrm-&gt;m_wndToolBar.GetToolBarCtrl().Indeterminate(ID_TOOL_EXPORT,FALSE);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/382015</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/382015</guid><dc:creator><![CDATA[stany]]></dc:creator><pubDate>Wed, 29 Oct 2003 14:47:36 GMT</pubDate></item></channel></rss>